Skip to content

Commit 2e7e749

Browse files
committed
Update CMakeLists.txt
1 parent 02dacaf commit 2e7e749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OperatorOverload/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.20)
22

33
project("operator_overload" LANGUAGES CXX)
44

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

88
# Adding multiple executable to the project

0 commit comments

Comments
 (0)