Skip to content

Commit 9976616

Browse files
michaeldsmithwaebbl
authored andcommitted
require C++ 11 using set(CMAKE_CXX_STANDARD 11)
1 parent 6687f4f commit 9976616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.1)
22
project(CTL VERSION 1.5.2)
33
include(GNUInstallDirs)
44

5+
set(CMAKE_CXX_STANDARD 11)
6+
57
set(CMAKE_MODULE_PATH
68
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
79
${CMAKE_MODULE_PATH}

0 commit comments

Comments
 (0)