Skip to content

Commit 990860f

Browse files
committed
Change CMAKE_MINIMUM_REQUIRED to 2.8.6 for SET_PROPERTY APPEND_STRING
1 parent dbeb6e6 commit 990860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CMAKE_MINIMUM_REQUIRED (VERSION 2.6.4)
1+
CMAKE_MINIMUM_REQUIRED (VERSION 2.8.6)
22
PROJECT (msgpack)
33

44
SET (VERSION 0.5.9)

0 commit comments

Comments
 (0)