Treat absence of unwind.h non-fatal

master
Vladimir Stackov 2014-12-31 06:57:14 +03:00
parent afbad440b8
commit 31101d1cf3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
find_path(LIBUNWIND_INCLUDE_DIR libunwind.h )
if(NOT EXISTS "${LIBUNWIND_INCLUDE_DIR}/unwind.h")
MESSAGE(FATAL_ERROR "found libunwind.h but corresponding unwind.h is absent!")
MESSAGE("Found libunwind.h but corresponding unwind.h is absent!")
SET(LIBUNWIND_INCLUDE_DIR "")
endif()