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 a3ca54d commit 85a4292Copy full SHA for 85a4292
CMakeLists.txt
@@ -32,7 +32,9 @@ if (NOT ${FastFloat_FOUND})
32
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
33
GIT_TAG 1ea4f27b2aeee2859a1354a3c24cff52a116cad1
34
)
35
- FetchContent_MakeAvailable(FastFloat)
+ # FetchContent_MakeAvailable(FastFloat)
36
+ FetchContent_Populate(FastFloat)
37
+ add_subdirectory(${fastfloat_SOURCE_DIR} ${fastfloat_BINARY_DIR} EXCLUDE_FROM_ALL)
38
endif()
39
40
set(GCC_COMPILE_FLAGS "-Wextra -Wall -Wfloat-equal -Wundef -Wshadow \
0 commit comments