Skip to content

Commit

Permalink
fixups for master of #4789
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Oct 17, 2013
1 parent 94d744e commit f3d8234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -940,12 +940,12 @@ if(USE_SDE92)
INSTALL(TARGETS msplugin_sde92 DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif(USE_SDE92)

INSTALL(TARGETS sortshp shptree shptreevis msencrypt legend scalebar tile4ms shptreetst shp2img mapserv mapserver RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
INSTALL(TARGETS sortshp shptree shptreevis msencrypt legend scalebar tile4ms shptreetst shp2img mapserv RUNTIME DESTINATION bin LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})

if(BUILD_STATIC)
INSTALL(TARGETS mapserver_static DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif(BUILD_STATIC)
if(BUILD_DYNAMIC)
INSTALL(TARGETS mapserver DESTINATION lib)
INSTALL(TARGETS mapserver DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif(BUILD_DYNAMIC)

2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from e04434 to c5ed9d

0 comments on commit f3d8234

Please sign in to comment.