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 d74314e commit 58b0d2dCopy full SHA for 58b0d2d
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
-project(fast_float VERSION 0.7.0 LANGUAGES CXX)
+project(fast_float VERSION 0.8.0 LANGUAGES CXX)
4
option(FASTFLOAT_TEST "Enable tests" OFF)
5
if(FASTFLOAT_TEST)
6
set(CMAKE_CXX_STANDARD 17)
0 commit comments