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}
4545#==============================================================================
4646include (GNUInstallDirs)
4747
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+
4854#LIBRARY TO INSTALL
4955target_link_libraries (${GMDS_LIB} PUBLIC
5056 ${LIB_GMDS_IG}
@@ -88,7 +94,7 @@ install(TARGETS singGraphBuilder
8894if (WIN32 )
8995 add_custom_command (TARGET singGraphBuilder PRE_LINK
9096 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"
9298 $<TARGET_FILE_DIR:singGraphBuilder>
9399 )
94100endif ()
You can’t perform that action at this time.
0 commit comments