Fixing build for python wrapper

This commit is contained in:
Michael Tryby
2018-08-28 11:23:30 -04:00
parent 21ab62cfd4
commit bdfe7ec289
4 changed files with 8 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ source_group("CLI" FILES ${EPANET_CLI_SOURCES})
# Creates the EPANET command line executable
add_definitions(-D WITH_GENX)
add_executable(runepanet ${EPANET_CLI_SOURCES})
if(NOT WIN32)
target_link_libraries(runepanet LINK_PUBLIC epanet m)