Skip to content

Commit 8c9772a

Browse files
committed
set cpp version to 11 for catch v2 benchmarks
1 parent 198e53f commit 8c9772a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/catch2_v2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set (CMAKE_CXX_STANDARD 11)
12
cmake_minimum_required(VERSION 3.12)
23
project("Catch2_bench")
34

0 commit comments

Comments
 (0)