File: 0011-cmake-workaround-tbbmemory.patch

package info (click to toggle)
opencascade 7.8.1%2Bdfsg1-4~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 293,944 kB
  • sloc: cpp: 1,249,635; tcl: 15,974; cs: 5,173; java: 1,554; sh: 1,354; ansic: 821; xml: 737; makefile: 27; javascript: 22
file content (11 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -879,7 +879,7 @@
 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()