We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a811e02 + 41df6d5 commit 2d9a258Copy full SHA for 2d9a258
cmake/Modules/CMakePolicy.cmake
@@ -41,3 +41,9 @@ if(POLICY CMP0156)
41
cmake_policy(SET CMP0179 NEW)
42
endif()
43
44
+
45
+# CMP0182: Create shared library archives by default on AIX.
46
+# New in CMake 4.0: https://cmake.org/cmake/help/latest/policy/CMP0182.html
47
+if(POLICY CMP0182)
48
+ cmake_policy(SET CMP0182 NEW)
49
+endif()
0 commit comments