Skip to content

Commit 49cdb8d

Browse files
committed
Update jsoncpp ahd catch2 deps
- Also require C++14.
1 parent c9a31b8 commit 49cdb8d

File tree

9 files changed

+36477
-29684
lines changed

9 files changed

+36477
-29684
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 3.0)
33
project(sdptransform VERSION 1.2.9)
44

55
# For CMake >= 3.1.
6-
set(CMAKE_CXX_STANDARD 11)
6+
set(CMAKE_CXX_STANDARD 14)
77
set(CMAKE_CXX_STANDARD_REQUIRED ON)
88
set(CMAKE_CXX_EXTENSIONS OFF)
99
# For CMake < 3.1.
10-
add_compile_options(-std=c++11)
10+
add_compile_options(-std=c++14)
1111

1212
subdirs(test readme-helper)
1313

0 commit comments

Comments
 (0)