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 69c1406 commit 90838aeCopy full SHA for 90838ae
1 file changed
CMakeLists.txt
@@ -18,7 +18,7 @@ if(NOT Avendish_FOUND)
18
FetchContent_Declare(
19
Avendish
20
GIT_REPOSITORY "https://github.com/celtera/avendish"
21
- GIT_TAG 32970cb475b6142d272cd859878e4bd22bcd5323)
+ GIT_TAG 2b1519daca5c9bc2ea2e773133304cf2b51a2dd6)
22
FetchContent_Populate(Avendish)
23
list(APPEND CMAKE_PREFIX_PATH "${avendish_SOURCE_DIR}")
24
find_package(Avendish REQUIRED)
0 commit comments