Skip to content

Commit

Permalink
Attempt to override clang-format link in github and set makeavailable…
Browse files Browse the repository at this point in the history
… for the fastfloat
  • Loading branch information
LinuxDevon committed Jan 29, 2024
1 parent 29edf4c commit e57d62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 16
ln -sf $(which clang-format-16) $(which clang-format)
clang-format --version
- name: Test format with clang format
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ if (NOT ${FastFloat_FOUND})
GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
GIT_TAG 1ea4f27b2aeee2859a1354a3c24cff52a116cad1
)
# FetchContent_MakeAvailable(FastFloat)
FetchContent_Populate(FastFloat)
add_subdirectory(${fastfloat_SOURCE_DIR} ${fastfloat_BINARY_DIR} EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(FastFloat)
endif()

# add where to find the source files
Expand Down

0 comments on commit e57d62c

Please sign in to comment.