Skip to content

Commit ff0ef6e

Browse files
committed
Fix chapter 4 for PGI testing
1 parent 6f5d36e commit ff0ef6e

File tree

1 file changed

+5
-0
lines changed
  • chapter-04/recipe-04/cxx-example

1 file changed

+5
-0
lines changed

chapter-04/recipe-04/cxx-example/menu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ appveyor-vs:
33
- BOOST_ROOT: 'C:\Libraries\boost_1_67_0'
44
- CMAKE_CXX_FLAGS: '-DBOOST_ALL_NO_LIB'
55

6+
circle-pgi:
7+
definitions:
8+
- BOOST_INCLUDEDIR: '/usr/include/boost'
9+
- BOOST_LIBRARYDIR: '/usr/lib/x86_64-linux-gnu'
10+
611
travis-osx:
712
definitions:
813
- BOOST_ROOT: '/usr/local/opt/boost@1.59'

0 commit comments

Comments
 (0)