Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 21, 2021
1 parent 989cfaf commit 05e2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/CMakeLists.txt
Expand Up @@ -66,7 +66,7 @@ foreach(_library_type MODULE STATIC)
endforeach()

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

0 comments on commit 05e2cef

Please sign in to comment.