We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3f36c commit a1f42b2Copy full SHA for a1f42b2
1 file changed
CMakeLists.txt
@@ -263,11 +263,7 @@ ExternalProject_Add(HogMaker
263
BINARY_DIR ${CMAKE_BINARY_DIR}/tools
264
INSTALL_COMMAND ""
265
)
266
-if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
267
- set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/HogMaker.exe)
268
-else()
269
- set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/HogMaker)
270
-endif()
+set(HogMakerBin ${CMAKE_BINARY_DIR}/tools/HogMaker)
271
272
add_subdirectory(netcon)
273
add_subdirectory(netgames)
0 commit comments