We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 95bd748 commit c638255Copy full SHA for c638255
CMakeLists.txt
@@ -8,6 +8,9 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
8
CMAKE_POLICY (SET CMP0048 NEW)
9
CMAKE_POLICY (SET CMP0053 NEW)
10
11
+# don't relink it only the shared object changes
12
+SET(CMAKE_LINK_DEPENDS_NO_SHARED ON)
13
+
14
#############################################################
15
# Project and version
16
SET(CPACK_PACKAGE_VERSION_MAJOR "3")
0 commit comments