Skip to content

Commit

Permalink
Merge pull request #43813 from qgis/3nids-patch-1
Browse files Browse the repository at this point in the history
also use ${LIBRARY_TYPE} in gui/CMakeLists.txt
  • Loading branch information
3nids committed Jun 21, 2021
1 parent 99270d0 commit 4461d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -1378,7 +1378,7 @@ endif()
#############################################################
# qgis_gui library

add_library(qgis_gui SHARED
add_library(qgis_gui ${LIBRARY_TYPE}
${QGIS_GUI_SRCS} ${QGIS_GUI_HDRS} ${QGIS_GUI_PRIVATE_HDRS}
)

Expand Down

0 comments on commit 4461d89

Please sign in to comment.