Skip to content

Commit 3efa9ea

Browse files
author
Gregory
committed
Change CMAKE_CXX_STANDARD property from 11 to 17 to allow the use of inline variables
1 parent 0363ffe commit 3efa9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.10)
33
project(cpp-dotenv VERSION 0.2.0)
44

5-
set(CMAKE_CXX_STANDARD 11)
5+
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

88
#----------------------- LIBRARY CONFIGURATION -------------------------

0 commit comments

Comments
 (0)