Fix library creation problem

This commit is contained in:
2024-06-06 11:13:50 +02:00
parent 7ff88c8e4b
commit 61de687476
3 changed files with 3 additions and 9 deletions

View File

@@ -1,10 +1,8 @@
cmake_minimum_required(VERSION 3.20)
set(CMAKE_CXX_STANDARD 11)
cmake_policy(SET CMP0135 NEW)
include(FetchContent)
include_directories(${GTEST_INCLUDE_DIRS})
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip