mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: bodge cmake failure on OSS-Fuzz
This commit is contained in:
parent
56f7609643
commit
90d6bed804
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ add_library(l3 OBJECT incorrect_source.cpp)
|
|||
file(REMOVE_RECURSE "${TEST_PROJECT}")
|
||||
endforeach()
|
||||
endfunction()
|
||||
if (NOT (CMAKE_SYSTEM_NAME MATCHES "kOpenBSD.*|OpenBSD.*"))
|
||||
if (NOT (CMAKE_SYSTEM_NAME MATCHES "kOpenBSD.*|OpenBSD.*") AND NOT OSSFUZZ)
|
||||
forbid_undefined_symbols()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue