We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4b793 commit fbc85aaCopy full SHA for fbc85aa
CMakeLists.txt
@@ -1,4 +1,5 @@
1
cmake_minimum_required(VERSION 3.9)
2
+cmake_policy(VERSION 3.5) # For doctest
3
4
project(fast_float VERSION 8.0.2 LANGUAGES CXX)
5
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
0 commit comments