mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
cmake: don't forbid undefined symbols on openbsd
This commit is contained in:
parent
960376b960
commit
055657241d
@ -234,7 +234,9 @@ add_library(l3 OBJECT incorrect_source.cpp)
|
||||
file(REMOVE_RECURSE "${TEST_PROJECT}")
|
||||
endforeach()
|
||||
endfunction()
|
||||
forbid_undefined_symbols()
|
||||
if (NOT (CMAKE_SYSTEM_NAME MATCHES "kOpenBSD.*|OpenBSD.*"))
|
||||
forbid_undefined_symbols()
|
||||
endif()
|
||||
|
||||
if (MINGW)
|
||||
function(export_all_symbols)
|
||||
|
Loading…
Reference in New Issue
Block a user