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 28e2335 commit 76429b4Copy full SHA for 76429b4
CMakeLists.txt
@@ -28,7 +28,7 @@ target_link_libraries(mapcompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
28
target_link_libraries(mapdecompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
29
30
31
-if (${BINDIR})
+if (DEFINED BINDIR)
32
install(TARGETS mapcompile mapdecompile RUNTIME DESTINATION ${BINDIR})
33
else()
34
install(TARGETS mapcompile mapcompile RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
0 commit comments