Skip to content

Commit 76429b4

Browse files
committed
(try to) fix check
1 parent 28e2335 commit 76429b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ target_link_libraries(mapcompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
2828
target_link_libraries(mapdecompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
2929

3030

31-
if (${BINDIR})
31+
if (DEFINED BINDIR)
3232
install(TARGETS mapcompile mapdecompile RUNTIME DESTINATION ${BINDIR})
3333
else()
3434
install(TARGETS mapcompile mapcompile RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)

0 commit comments

Comments
 (0)