Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya-beat authored Oct 12, 2024
1 parent 0252f3d commit 70d99ad
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.30)
cmake_minimum_required(VERSION 3.28)
project(bmstu_cpp_course)

include(FetchContent)
Expand All @@ -12,4 +12,4 @@ FetchContent_MakeAvailable(googletest)
enable_testing()
include(GoogleTest)

add_subdirectory(tasks)
add_subdirectory(tasks)

0 comments on commit 70d99ad

Please sign in to comment.