|
From: | git |
Subject: | [Commit-gnuradio] [gnuradio] 02/23: cmake: Include GrBoost at the top level such that the correct default BOOST variables are set throughout the build. Because of the way CMake handles non-cached variables, each GR component (e.g., Volk) can change the BOOST variables for its particular needs without overriding these default values for other components. |
Date: | Thu, 26 Jun 2014 19:54:42 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. trondeau pushed a commit to branch master in repository gnuradio. commit 29abaa971668174bb8e681ade8079c9ee71437ff Author: Michael Dickens <address@hidden> Date: Mon Jun 23 10:12:59 2014 -0400 cmake: Include GrBoost at the top level such that the correct default BOOST variables are set throughout the build. Because of the way CMake handles non-cached variables, each GR component (e.g., Volk) can change the BOOST variables for its particular needs without overriding these default values for other components. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 404ce04..935669d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -194,6 +194,11 @@ add_custom_target(uninstall ) ######################################################################## +# Setup Boost for global use (within this build) +######################################################################## +include(GrBoost) + +######################################################################## # Enable python component ######################################################################## find_package(PythonLibs 2)
[Prev in Thread] | Current Thread | [Next in Thread] |