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.
1 parent 9d7121d commit e4be64dCopy full SHA for e4be64d
1 file changed
CMakeLists.txt
@@ -77,6 +77,10 @@ if(POLICY CMP0056)
77
cmake_policy(SET CMP0056 NEW)
78
endif()
79
80
+if(POLICY CMP0177)
81
+ cmake_policy(SET CMP0177 NEW)
82
+endif()
83
+
84
set(PACKAGE_NAME "RDMA")
85
86
# See Documentation/versioning.md
0 commit comments