mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
Merge pull request #7815
7128f73 cmake: don't forbid undefined symbols on openbsd (selsta)
This commit is contained in:
@@ -155,7 +155,9 @@ add_library(l3 OBJECT incorrect_source.cpp)
|
|||||||
file(REMOVE_RECURSE "${TEST_PROJECT}")
|
file(REMOVE_RECURSE "${TEST_PROJECT}")
|
||||||
endforeach()
|
endforeach()
|
||||||
endfunction()
|
endfunction()
|
||||||
forbid_undefined_symbols()
|
if (NOT (CMAKE_SYSTEM_NAME MATCHES "kOpenBSD.*|OpenBSD.*"))
|
||||||
|
forbid_undefined_symbols()
|
||||||
|
endif()
|
||||||
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
function(export_all_symbols)
|
function(export_all_symbols)
|
||||||
|
|||||||
Reference in New Issue
Block a user