mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #7815
7128f73
cmake: don't forbid undefined symbols on openbsd (selsta)
This commit is contained in:
commit
5a34eae063
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||||
|
if (NOT (CMAKE_SYSTEM_NAME MATCHES "kOpenBSD.*|OpenBSD.*"))
|
||||||
forbid_undefined_symbols()
|
forbid_undefined_symbols()
|
||||||
|
endif()
|
||||||
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
function(export_all_symbols)
|
function(export_all_symbols)
|
||||||
|
|
Loading…
Reference in a new issue