Commit 3bdb707
add explicit CXX language setting in CMake
The default is C CXX, which pulls in an unnecessary dependency on a C
compiler. While this is mostly irrelevant, this breaks the build in
Spack >= 1.0 or forces us to add an explicit dependency on "c" there.1 parent 95364ab commit 3bdb707
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments