cmake-workaround-tbbmemory
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)
committerSantiago Vila <sanvila@debian.org>
Wed, 2 Oct 2024 20:00:00 +0000 (22:00 +0200)
Gbp-Pq: Name 0011-cmake-workaround-tbbmemory.patch

CMakeLists.txt

index c9733797a982afa614b6d0f4d497fa4d653927f2..323fe9fef9328dd42c9575848f72ec4e22c187ee 100644 (file)
@@ -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()