Skip to content

Commit 06cafcc

Browse files
committed
Fix chapter 11 for testing with PGI
1 parent 15533c8 commit 06cafcc

File tree

1 file changed

+10
-0
lines changed
  • chapter-11/recipe-01/cxx-example

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
targets:
2+
- install
3+
- test
24
- package
5+
6+
# Fails to generate imported target for UUID
7+
circle-pgi:
8+
definitions:
9+
- CMAKE_INSTALL_PREFIX: $HOME/Software/recipe-01
10+
skip_generators:
11+
- 'Unix Makefiles'
12+
- 'Ninja'

0 commit comments

Comments
 (0)