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 b334317 commit af4e24aCopy full SHA for af4e24a
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
-project(fast_float VERSION 3.0.0 LANGUAGES CXX)
+project(fast_float VERSION 3.1.0 LANGUAGES CXX)
4
option(FASTFLOAT_TEST "Enable tests" OFF)
5
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard to be used")
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments