Skip to content

Commit

Permalink
change min cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored Jul 28, 2024
1 parent b00bf2b commit fe40868
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.21)
project(rift)

set(CMAKE_CXX_STANDARD 20)
Expand All @@ -14,4 +14,4 @@ if (NOT RIFT_BUILD_TESTS)
endif()

add_executable(rift_test test/main.cpp)
target_link_libraries(rift_test rift)
target_link_libraries(rift_test rift)

0 comments on commit fe40868

Please sign in to comment.