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

Added boost fusion test.

[[Imported from SVN: r6696]]
parent fd28e6e7
No related branches found
No related tags found
No related merge requests found
include(DuneBoost)
message(STATUS "Checking whether the Boost::FUSION library is available")
check_cxx_source_compiles("
\#include <boost/fusion/container.hpp>
int main(){
boost::fusion::vector<int,char,double> v;
return 0;
}" HAVE_BOOST_FUSION )
if(HAVE_BOOST_FUSION)
message(STATUS "Boost::FUSION is available")
endif(HAVE_BOOST_FUSION)
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