From 78999ea795e3341c5f8f2f08cf2fe3a3ab683729 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Tue, 4 Sep 2018 13:13:56 -0400 Subject: [PATCH] Getting runepanet to link on 32bit --- run/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/run/CMakeLists.txt b/run/CMakeLists.txt index 4822e95..18b28aa 100644 --- a/run/CMakeLists.txt +++ b/run/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories(include) source_group("CLI" FILES ${EPANET_CLI_SOURCES}) +add_definitions(-DWITH_GENX) # Creates the EPANET command line executable add_executable(runepanet ${EPANET_CLI_SOURCES})