Skip to content

Commit 8a9d793

Browse files
committed
chore: decrease example c++ standard version to 11
1 parent 285df95 commit 8a9d793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22
project(ImPlotExample LANGUAGES CXX C)
33

44
# Set the C++ standard
5-
set(CMAKE_CXX_STANDARD 17)
5+
set(CMAKE_CXX_STANDARD 11)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
include(FetchContent)
88

0 commit comments

Comments
 (0)