Skip to content

Commit

Permalink
testing config values
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 24, 2023
1 parent f60f661 commit da31ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.24)
cmake_minimum_required(VERSION 3.22)
project(Webarkit_tests)

# GoogleTest requires at least C++14
set(CMAKE_CXX_STANDARD 14)

cmake_policy(SET CMP0135 NEW)
#cmake_policy(SET CMP0135 NEW)

# Fetch googletest v1.13.0 commit b796f7d44681514f58a683a3a71ff17c94edb0c1
include(FetchContent)
Expand Down

0 comments on commit da31ead

Please sign in to comment.