aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-31 18:28:38 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-31 18:28:38 -0400
commit0b72f46bf2a0ebb0fd786c279e3c08c5af4b7d76 (patch)
treec9b5d1839fad17dfa83cc659e53ce5faa1ac85b2
parentMerge pull request #7814 (diff)
parentcmake: bodge cmake failure on OSS-Fuzz (diff)
downloadmonero-0b72f46bf2a0ebb0fd786c279e3c08c5af4b7d76.tar.xz
Merge pull request #7824
90d6bed cmake: bodge cmake failure on OSS-Fuzz (moneromooo-monero)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33b00a725..e3e31767d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()