mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-03 03:37:38 +01:00
CMAKE_CURRENT_SOURCE_DIR was replaced with libunwind_SOURCE_DIR
This commit is contained in:
parent
c7544f5e44
commit
f0bb27017d
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(libunwind)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ check_function_exists(ttrace HAVE_TTRACE)
|
|||
check_include_file(unistd.h HAVE_UNISTD_H)
|
||||
test_big_endian(IS_BIG_ENDIAN)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake.in
|
||||
configure_file(${libunwind_SOURCE_DIR}/src/config.h.cmake.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/config.h)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libunwind-common.h.cmake.in
|
||||
configure_file(${libunwind_SOURCE_DIR}/src/libunwind-common.h.cmake.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/libunwind-common.h)
|
||||
|
|
Loading…
Reference in a new issue