Skip to content

Commit

Permalink
Update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Aug 26, 2024
1 parent 6b992e4 commit e123494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Privexec cmake
cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.27)

project(Privexec)

Expand All @@ -15,7 +15,7 @@ Please delete them.")
endif()

set(CMAKE_C_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED YES)

set(PRIVEXEC_ENABLE_LTO OFF)
Expand Down

0 comments on commit e123494

Please sign in to comment.