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 8c6a247 commit 6f5d36eCopy full SHA for 6f5d36e
chapter-03/recipe-08/cxx-example/menu.yml
@@ -3,11 +3,10 @@ appveyor-vs:
3
- BOOST_ROOT: 'C:\Libraries\boost_1_67_0'
4
- CMAKE_CXX_FLAGS: '-DBOOST_ALL_NO_LIB'
5
6
-# PGI and Boost do not get along
7
circle-pgi:
8
- skip_generators:
9
- - 'Unix Makefiles'
10
- - 'Ninja'
+ definitions:
+ - BOOST_INCLUDEDIR: '/usr/include/boost'
+ - BOOST_LIBRARYDIR: '/usr/lib/x86_64-linux-gnu'
11
12
travis-osx:
13
definitions:
0 commit comments