Skip to content

Commit b08ffcf

Browse files
Update CMakeLists.txt
1 parent e8c9166 commit b08ffcf

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
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.10)
55
project(Linux-FileOwl VERSION 1.0)
66

77
# Set the C++ standard
8-
set(CMAKE_CXX_STANDARD 21)
8+
set(CMAKE_CXX_STANDARD 26)
99
set(CMAKE_CXX_STANDARD_REQUIRED True)
1010

1111
# Find pthread library

0 commit comments

Comments
 (0)