Skip to content

Commit e57d62c

Browse files
committed
Attempt to override clang-format link in github and set makeavailable for the fastfloat
1 parent 29edf4c commit e57d62c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
chmod +x llvm.sh
163163
sudo ./llvm.sh 16
164164
165+
ln -sf $(which clang-format-16) $(which clang-format)
166+
165167
clang-format --version
166168
167169
- name: Test format with clang format

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ if (NOT ${FastFloat_FOUND})
3434
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
3535
GIT_TAG 1ea4f27b2aeee2859a1354a3c24cff52a116cad1
3636
)
37-
# FetchContent_MakeAvailable(FastFloat)
38-
FetchContent_Populate(FastFloat)
39-
add_subdirectory(${fastfloat_SOURCE_DIR} ${fastfloat_BINARY_DIR} EXCLUDE_FROM_ALL)
37+
FetchContent_MakeAvailable(FastFloat)
4038
endif()
4139

4240
# add where to find the source files

0 commit comments

Comments
 (0)