Skip to content

Commit 0d1e178

Browse files
authored
Merge pull request #491 from redboltz/fix_424
Fix 424
2 parents 3c997ed + 45b8d29 commit 0d1e178

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.6)
2+
3+
IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR
4+
(CMAKE_VERSION VERSION_EQUAL 3.1))
5+
CMAKE_POLICY(SET CMP0054 NEW)
6+
ENDIF ()
7+
28
PROJECT (msgpack)
39

410
FILE (READ ${CMAKE_CURRENT_SOURCE_DIR}/include/msgpack/version_master.h contents)

0 commit comments

Comments
 (0)