mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
tests: fix compilation of tests on OpenBSD
This commit is contained in:
committed by
Sébastien Helleu
parent
3993aa310f
commit
de6fe1f3e1
@@ -201,7 +201,7 @@ if(ICONV_LIBRARY)
|
||||
list(APPEND EXTRA_LIBS ${ICONV_LIBRARY})
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" OR ${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
|
||||
list(APPEND EXTRA_LIBS "intl")
|
||||
if(HAVE_BACKTRACE)
|
||||
list(APPEND EXTRA_LIBS "execinfo")
|
||||
|
||||
Reference in New Issue
Block a user