Skip to content

Commit ae158f0

Browse files
committed
OpenBSD needs execinfo as well.
1 parent 368a94d commit ae158f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Testing/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ if(NOT APPLE)
124124
endif()
125125
target_link_libraries(Testing PUBLIC
126126
Foundation)
127-
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
127+
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
128+
CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
128129
target_link_libraries(Testing PUBLIC execinfo)
129130
endif()
130131
endif()

0 commit comments

Comments
 (0)