Skip to content

Commit 60450a9

Browse files
make cmake enforce C++14 standard
see ReactiveX#572 (comment)
1 parent bb1f09d commit 60450a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/CMake/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
22

33
project(rxcpp VERSION 2.2.4 LANGUAGES C CXX)
4+
set(CMAKE_CXX_STANDARD 14)
45

56
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
67

0 commit comments

Comments
 (0)