Skip to content

Commit

Permalink
[samples] Update cmake standard to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Mar 9, 2023
1 parent 7a69a67 commit 0cb25ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cxx/CMakeLists.txt.in
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
project (@tmpl_progname@)

set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

find_package(Threads REQUIRED)
@cmake_extra@
Expand Down

0 comments on commit 0cb25ab

Please sign in to comment.