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

[Merge][CMake] Merged revisions : 6695

Revision  r6695
.----------------------
Removed Debug messages.

.----------------------


[[Imported from SVN: r7215]]
parents 48451183 fd28e6e7
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