Skip to content

Commit

Permalink
fix this for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Jul 2, 2024
1 parent ed5d48a commit 679213d
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 @@ -4,7 +4,7 @@ project(lovepotion LANGUAGES C CXX)
add_executable(${PROJECT_NAME})
dkp_target_generate_symbol_list(${PROJECT_NAME})

target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_23)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit 679213d

Please sign in to comment.