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 615727d commit 9448b7eCopy full SHA for 9448b7e
.travis.yml
@@ -29,7 +29,9 @@ matrix:
29
- os: osx
30
name: "CMake Release Test on macOS Big Sur"
31
osx_image: xcode12.3
32
- env: CMAKE_BUILD_TYPE=Release
+ env:
33
+ - CMAKE_BUILD_TYPE=Release
34
+ - ADDITIONAL_CMAKE_OPTIONS="-DUSE_FLAT_NAMESPACE:BOOL=ON"
35
36
37
name: "Makefile Test on on macOS Big Sur"
@@ -62,6 +64,7 @@ script:
62
64
-DBUILD_SHARED_LIBS:BOOL=ON
63
65
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
66
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
67
+ ${ADDITIONAL_CMAKE_OPTIONS}
68
${SRC_DIR}
69
- ctest -D ExperimentalStart
70
- ctest -D ExperimentalConfigure
0 commit comments