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

Removed Debug messages.

[[Imported from SVN: r6695]]
parent e1d9d3f2
No related branches found
No related tags found
No related merge requests found
find_package(Boost)
message("Boost_LIBRARIES=${Boost_LIBRARIES}")
message("Boost_INCLUDE_DIRS=${Boost_INCLUDE_DIRS}")
function(add_dune_boost_flags _targets)
if(Boost_FOUND)
include_directories("${Boost_INCLUDE_DIRS}")
......
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