Skip to content

Commit fbc85aa

Browse files
committed
adding cmake policy for doctest
1 parent 5a4b793 commit fbc85aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

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

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

0 commit comments

Comments
 (0)