Skip to content

Commit

Permalink
Update cmake_minimum_required ⚙️ & googletest 🧪 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmehara committed Mar 15, 2024
1 parent c0fcbb3 commit 65bd561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C++/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.24)
cmake_minimum_required (VERSION 3.25)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand All @@ -9,7 +9,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.12.1
GIT_TAG v1.14.0
)
FetchContent_MakeAvailable(googletest)

Expand Down

0 comments on commit 65bd561

Please sign in to comment.