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 1cc0441 commit 816478dCopy full SHA for 816478d
CMakeLists.txt
@@ -253,6 +253,15 @@ ELSE (WIN32)
253
ENDIF (WIN32)
254
255
256
+#assume we have excaped compiler directives
257
+#eventually we want to change this to new
258
+#since we dont need to jump through so many
259
+#hoops to escape compiler directives then
260
+IF(COMMAND cmake_policy)
261
+ cmake_policy(SET CMP0003 NEW)
262
+ cmake_policy(SET CMP0005 OLD)
263
+ENDIF(COMMAND cmake_policy)
264
+
265
IF (WIN32)
266
# expect that classes are being imported
267
# Note: MSVC doesn't like when the macros are quotes
0 commit comments