Skip to content

Commit 0ddd86e

Browse files
committed
fix some cmakelint warnings
1 parent 76429b4 commit 0ddd86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ if(PREFER_STATIC_LIBS) # inside spring build
2222
set(LINKLIBS ${PNG_LIBRARY_RELEASE} ${TIFF_LIBRARY_RELEASE} ${JPEG_LIBRARY} ${ZLIB_LIBRARY_RELEASE})
2323
set_target_properties(mapcompile PROPERTIES LINK_FLAGS "-static" )
2424
set_target_properties(mapdecompile PROPERTIES LINK_FLAGS "-static" )
25-
endif()
25+
endif ()
2626

2727
target_link_libraries(mapcompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
2828
target_link_libraries(mapdecompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS})
2929

3030

3131
if (DEFINED BINDIR)
3232
install(TARGETS mapcompile mapdecompile RUNTIME DESTINATION ${BINDIR})
33-
else()
33+
else ()
3434
install(TARGETS mapcompile mapcompile RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
35-
endif()
35+
endif ()
3636

0 commit comments

Comments
 (0)