Skip to content

Commit

Permalink
Merge pull request #491 from redboltz/fix_424
Browse files Browse the repository at this point in the history
Fix 424
  • Loading branch information
redboltz committed Jun 22, 2016
2 parents 3c997ed + 45b8d29 commit 0d1e178
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.6)

IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR
(CMAKE_VERSION VERSION_EQUAL 3.1))
CMAKE_POLICY(SET CMP0054 NEW)
ENDIF ()

PROJECT (msgpack)

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

0 comments on commit 0d1e178

Please sign in to comment.