Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit cf66383

Browse files
committed
Merge pull request #3073 from krytarowski/netbsd-support-36
Make missing libunwind fatal on NetBSD
2 parents 99e7f7c + 3133bb4 commit cf66383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pal/src/configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
952952
elseif(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
953953
if(NOT HAVE_LIBUNWIND_H)
954954
unset(HAVE_LIBUNWIND_H CACHE)
955-
message(WARNING "Cannot find libunwind. Try installing libunwind8 and libunwind8-dev (or the appropriate packages for your platform)")
955+
message(FATAL_ERROR "Cannot find libunwind. Try installing libunwind8 and libunwind8-dev (or the appropriate packages for your platform)")
956956
endif()
957957
if(NOT HAVE_BSD_UUID_H)
958958
unset(HAVE_BSD_UUID_H CACHE)

0 commit comments

Comments
 (0)