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

Commit 3133bb4

Browse files
committed
Make missing libunwind fatal on NetBSD
1 parent 64744ed commit 3133bb4

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
@@ -951,7 +951,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
951951
elseif(CMAKE_SYSTEM_NAME STREQUAL NetBSD)
952952
if(NOT HAVE_LIBUNWIND_H)
953953
unset(HAVE_LIBUNWIND_H CACHE)
954-
message(WARNING "Cannot find libunwind. Try installing libunwind8 and libunwind8-dev (or the appropriate packages for your platform)")
954+
message(FATAL_ERROR "Cannot find libunwind. Try installing libunwind8 and libunwind8-dev (or the appropriate packages for your platform)")
955955
endif()
956956
if(NOT HAVE_BSD_UUID_H)
957957
unset(HAVE_BSD_UUID_H CACHE)

0 commit comments

Comments
 (0)