mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-08 01:36:49 +08:00
cmake: fetch content requires v3.11+
This commit is contained in:
parent
aca3ca7828
commit
3566d303f4
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.11 REQUIRED)
|
||||
|
||||
project(fast_float VERSION 0.1.0 LANGUAGES CXX)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
@ -31,4 +31,4 @@ endif()
|
||||
if(FASTFLOAT_TEST)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
endif(FASTFLOAT_TEST)
|
||||
endif(FASTFLOAT_TEST)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user