boost1.71-04-1ede37b287dbe3010f98d0be9d1b38108e1dd530
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Mon, 8 Jun 2020 07:17:12 +0000 (08:17 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 8 Jun 2020 07:17:12 +0000 (08:17 +0100)
Patch defuzzed by Peter Michael Green for Debian/Raspbian supercollider packaging.

commit 1ede37b287dbe3010f98d0be9d1b38108e1dd530
Author: Brian Heim <brianlheim@gmail.com>
Date:   Sun Oct 6 19:24:57 2019 -0500

    CMake: don't use boost cmake config file

Gbp-Pq: Name boost1.71-04-1ede37b287dbe3010f98d0be9d1b38108e1dd530

CMakeLists.txt

index 469b9cf9d5fa839c7efef1a05fa4e85abd9cbce8..6908c886116732c47832bcaefc7890b88e6ec0eb 100644 (file)
@@ -253,6 +253,9 @@ if (NOT WIN32)
 endif()
 
 if(SYSTEM_BOOST)
+    # https://github.com/supercollider/supercollider/issues/4576#issuecomment-531499017
+    # Boost >= 1.71 ships with its own Boost config file, we ignore it for now.
+    set(Boost_NO_BOOST_CMAKE ON)
     set(Boost_USE_MULTITHREADED ON)
     find_package( Boost 1.50.0 COMPONENTS  thread system filesystem program_options regex test_exec_monitor )
 endif()