Skip to content

Commit

Permalink
Update spdlog so it works with recent musls
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Nov 4, 2024
1 parent 093ef34 commit 970e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsec/third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif()
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG eb3220622e73a4889eee355ffa37972b3cac3df5)
GIT_TAG 5fd32e1a70871e2f6a52734e36bc33cb7ac022a5)
FetchContent_MakeAvailable(spdlog)
set_target_properties(spdlog PROPERTIES POSITION_INDEPENDENT_CODE 1)

Expand Down

0 comments on commit 970e88c

Please sign in to comment.