Skip to content

Commit

Permalink
correctly fix static build of WMS (#45297)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 29, 2021
1 parent b843556 commit 2f53ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/CMakeLists.txt
Expand Up @@ -65,7 +65,7 @@ if (WITH_GUI)
target_compile_definitions(provider_wms_gui_a PRIVATE "-DQT_NO_FOREACH")
endif()

if (HAVE_STATIC_PROVIDERS)
if (FORCE_STATIC_LIBS)
# for (external) mobile apps to be able to pick up provider for linking
install (TARGETS provider_wms_a ARCHIVE DESTINATION ${QGIS_PLUGIN_DIR})
if (WITH_GUI)
Expand Down

0 comments on commit 2f53ccd

Please sign in to comment.