We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5c0c3 commit 2a5f367Copy full SHA for 2a5f367
.travis.yml
@@ -73,7 +73,6 @@ install:
73
# BOOST #
74
#############################################################################
75
- export CMAKE_PREFIX_PATH=$BOOST_ROOT:$CMAKE_PREFIX_PATH;
76
- - cmake --find-package -DNAME=Boost -DCOMPILER_ID=GNU -DLANGUAGE=CXX -DMODE=EXIST
77
- echo -e "#include <boost/version.hpp>\n#include <iostream>\nint main() { std::cout << BOOST_VERSION << std::endl; return 0; }"
78
| $CXX -I$BOOST_ROOT/include -x c++ - >/dev/null || { echo 0; }
79
- ls $BOOST_ROOT
0 commit comments