Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(NOT Avendish_FOUND)
FetchContent_Declare(
Avendish
GIT_REPOSITORY "https://github.com/celtera/avendish"
GIT_TAG 6d08f1ef040da7cb62973859b62b14159c864ffe)
GIT_TAG 0e4a5ee15c71e3d9ff2bca89581b9d95e68ad7cc)
FetchContent_Populate(Avendish)
list(APPEND CMAKE_PREFIX_PATH "${avendish_SOURCE_DIR}")
find_package(Avendish REQUIRED)
Expand Down
Loading