Skip to content

Commit 8b1a994

Browse files
committed
Add missing FreeBSD dependencies
1 parent 07bdb50 commit 8b1a994

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

link_test/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,14 @@ elseif(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
435435
target_link_libraries(jdbc_test PRIVATE resolv)
436436
endif()
437437

438+
#
439+
# FreeBSD has other dependencies
440+
#
441+
442+
if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
443+
target_link_libraries(jdbc_test PRIVATE execinfo unwind)
444+
endif()
445+
438446
#
439447
# We need to link to OpenSSL libraries too.
440448
#

0 commit comments

Comments
 (0)