Skip to content

Commit 73b27b7

Browse files
committed
hmmm
1 parent fbc85aa commit 73b27b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cmake_minimum_required(VERSION 3.9)
2-
cmake_policy(VERSION 3.5) # For doctest
32

43
project(fast_float VERSION 8.0.2 LANGUAGES CXX)
54
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ endif()
2727
if (NOT SYSTEM_DOCTEST)
2828
FetchContent_GetProperties(doctest)
2929
if(NOT doctest_POPULATED)
30-
FetchContent_Populate(doctest)
31-
add_subdirectory(${doctest_SOURCE_DIR} ${doctest_BINARY_DIR})
30+
FetchContent_MakeAvailable(doctest)
3231
endif()
3332
endif()
3433

0 commit comments

Comments
 (0)