File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ if(PREFER_STATIC_LIBS) # inside spring build
22
22
set (LINKLIBS ${PNG_LIBRARY_RELEASE} ${TIFF_LIBRARY_RELEASE} ${JPEG_LIBRARY} ${ZLIB_LIBRARY_RELEASE} )
23
23
set_target_properties (mapcompile PROPERTIES LINK_FLAGS "-static" )
24
24
set_target_properties (mapdecompile PROPERTIES LINK_FLAGS "-static" )
25
- endif ()
25
+ endif ()
26
26
27
27
target_link_libraries (mapcompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS} )
28
28
target_link_libraries (mapdecompile ${IL_LIBRARIES} ${ILU_LIBRARIES} ${LINKLIBS} )
29
29
30
30
31
31
if (DEFINED BINDIR)
32
32
install (TARGETS mapcompile mapdecompile RUNTIME DESTINATION ${BINDIR} )
33
- else ()
33
+ else ()
34
34
install (TARGETS mapcompile mapcompile RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} /bin)
35
- endif ()
35
+ endif ()
36
36
You can’t perform that action at this time.
0 commit comments