Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no need to install static?
  • Loading branch information
3nids committed Jun 21, 2021
1 parent 38d89fc commit 8a4f5aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/server/services/wms/CMakeLists.txt
Expand Up @@ -63,10 +63,11 @@ foreach(_library_type MODULE STATIC)
qgis_core
qgis_server
)

install(TARGETS ${_library_name}
RUNTIME DESTINATION ${QGIS_SERVER_MODULE_DIR}
LIBRARY DESTINATION ${QGIS_SERVER_MODULE_DIR}
)
endforeach()

# only install module, static library is for testing only
install(TARGETS ${_library_name}
RUNTIME DESTINATION ${QGIS_SERVER_MODULE_DIR}
LIBRARY DESTINATION ${QGIS_SERVER_MODULE_DIR}
)

0 comments on commit 8a4f5aa

Please sign in to comment.