Skip to content

Commit d4c6426

Browse files
Merge pull request #177 from hanseuljun/master (fix #175)
Bump minimum cmake version (2.8->3.0)
2 parents cb27b19 + f71a3eb commit d4c6426

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8)
1+
cmake_minimum_required(VERSION 3.0)
22

33
option(PLOG_BUILD_SAMPLES "Build plog's samples." ON)
44

samples/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.8)
1+
cmake_minimum_required(VERSION 3.0)
22

33
if(POLICY CMP0063) #Honor visibility properties for all target types
44
cmake_policy(SET CMP0063 NEW)

0 commit comments

Comments
 (0)