Skip to content

Commit cba9f72

Browse files
committed
cmake: Fix glpk support on windows
1 parent 38b0863 commit cba9f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/bundle-install.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (@BUILD_SCIP@)
3434
set(DEPS ${DEPS} libscip.lib)
3535
endif()
3636
if (@BUILD_GLPK@)
37-
set(DEPS ${DEPS} libglpk.lib)
37+
set(DEPS ${DEPS} *glpk.lib)
3838
endif()
3939

4040
# Bundle all .lib into @PROJECT_NAME@_full.lib

0 commit comments

Comments
 (0)