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 6f5d36e commit ff0ef6eCopy full SHA for ff0ef6e
chapter-04/recipe-04/cxx-example/menu.yml
@@ -3,6 +3,11 @@ appveyor-vs:
3
- BOOST_ROOT: 'C:\Libraries\boost_1_67_0'
4
- CMAKE_CXX_FLAGS: '-DBOOST_ALL_NO_LIB'
5
6
+circle-pgi:
7
+ definitions:
8
+ - BOOST_INCLUDEDIR: '/usr/include/boost'
9
+ - BOOST_LIBRARYDIR: '/usr/lib/x86_64-linux-gnu'
10
+
11
travis-osx:
12
definitions:
13
- BOOST_ROOT: '/usr/local/opt/boost@1.59'
0 commit comments