File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ generate_export_header(${GMDS_LIB}
45
45
#==============================================================================
46
46
include (GNUInstallDirs )
47
47
48
+ if (EXISTS "${PROJECT_SOURCE_DIR} /external/glpk/src/glpk/w64/glpk_4_65.dll" )
49
+ message (WARNING "GLPK WAS HERE" )
50
+ else ()
51
+ message (WARNING "GLPK WAS NOT HERE" )
52
+ endif ()
53
+
48
54
#LIBRARY TO INSTALL
49
55
target_link_libraries (${GMDS_LIB} PUBLIC
50
56
${LIB_GMDS_IG}
@@ -88,7 +94,7 @@ install(TARGETS singGraphBuilder
88
94
if (WIN32 )
89
95
add_custom_command (TARGET singGraphBuilder PRE_LINK
90
96
COMMAND ${CMAKE_COMMAND} -E copy_if_different
91
- "../.. /external/glpk/src/glpk/w64/glpk_4_65.dll"
97
+ "${PROJECT_SOURCE_DIR} /external/glpk/src/glpk/w64/glpk_4_65.dll"
92
98
$< TARGET_FILE_DIR:singGraphBuilder>
93
99
)
94
100
endif ()
You can’t perform that action at this time.
0 commit comments