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 3c997ed commit 0bfe4c4Copy full SHA for 0bfe4c4
CMakeLists.txt
@@ -1,4 +1,7 @@
1
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.6)
2
+
3
+CMAKE_POLICY(SET CMP0054 NEW)
4
5
PROJECT (msgpack)
6
7
FILE (READ ${CMAKE_CURRENT_SOURCE_DIR}/include/msgpack/version_master.h contents)
0 commit comments