From: Debian Science Maintainers Date: Fri, 24 May 2024 17:00:24 +0000 (+0200) Subject: cmake-workaround-tbbmemory X-Git-Tag: archive/raspbian/7.8.1+dfsg1-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e9dceae5ee611f01b83dd4e9d0ae085b91706b8;p=opencascade.git cmake-workaround-tbbmemory Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c9733797a..323fe9fef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -889,7 +889,7 @@ include_directories (${CMAKE_BINARY_DIR}/${INSTALL_DIR_INCLUDE}) string (REGEX REPLACE ";" " " 3RDPARTY_NO_LIBS "${3RDPARTY_NO_LIBS}") if (3RDPARTY_NO_LIBS) if (BUILD_SHARED_LIBS) - message (SEND_ERROR "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) + message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) else() message (WARNING "Could not find libraries of used third-party products: ${3RDPARTY_NO_LIBS}" ) endif()