Skip to content
Snippets Groups Projects
Commit 568bb115 authored by Markus Blatt's avatar Markus Blatt
Browse files

Set HAVE_BOOST for enable trick.

[[Imported from SVN: r6870]]
parent 442ad036
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
# Adds boost compiler flags and libraries, and activates
# Boost for the specified targets.
find_package(Boost)
set(HAVE_BOOST ${Boost_FOUND})
function(add_dune_boost_flags _targets)
if(Boost_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment