Skip to content

Commit

Permalink
[cmake] regroup project options
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Oct 5, 2024
1 parent 4884c4d commit edd0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ project(
VERSION "0.4.0")

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD 26)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
set(CPACK_PACKAGE_CHECKSUM "SHA512")
Expand Down

0 comments on commit edd0bfa

Please sign in to comment.