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 29edf4c commit e57d62cCopy full SHA for e57d62c
.github/workflows/pipeline.yml
@@ -162,6 +162,8 @@ jobs:
162
chmod +x llvm.sh
163
sudo ./llvm.sh 16
164
165
+ ln -sf $(which clang-format-16) $(which clang-format)
166
+
167
clang-format --version
168
169
- name: Test format with clang format
CMakeLists.txt
@@ -34,9 +34,7 @@ if (NOT ${FastFloat_FOUND})
34
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
35
GIT_TAG 1ea4f27b2aeee2859a1354a3c24cff52a116cad1
36
)
37
- # FetchContent_MakeAvailable(FastFloat)
38
- FetchContent_Populate(FastFloat)
39
- add_subdirectory(${fastfloat_SOURCE_DIR} ${fastfloat_BINARY_DIR} EXCLUDE_FROM_ALL)
+ FetchContent_MakeAvailable(FastFloat)
40
endif()
41
42
# add where to find the source files
0 commit comments