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 c4e6e90 commit 18fe7a4Copy full SHA for 18fe7a4
1 file changed
build/cmake/FindLibunwind.cmake
@@ -1,10 +1,10 @@
1
-SET(LIBUNWIND_VERSION "v1.8.3-custom")
+SET(LIBUNWIND_VERSION "v1.8.1-custom-3")
2
3
SET(LIBUNWIND_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/libunwind-prefix/src/libunwind-build)
4
5
ExternalProject_Add(libunwind
6
GIT_REPOSITORY https://github.com/DataDog/libunwind.git
7
- GIT_TAG gleocadie/v1.8.3-custom
+ GIT_TAG gleocadie/v1.8.1-custom-3
8
GIT_PROGRESS true
9
INSTALL_COMMAND ""
10
UPDATE_COMMAND ""
0 commit comments