Skip to content

Commit 3a46e6e

Browse files
committed
Downgrade requirement to C++20
1 parent dec107f commit 3a46e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.21)
22
project(PatternLanguage)
33

4-
set(CMAKE_CXX_STANDARD 23)
4+
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)
66

77
option(LIBPL_SHARED_LIBRARY "Compile the library as a shared library" OFF)

0 commit comments

Comments
 (0)