Skip to content

Commit 9448b7e

Browse files
committed
Enabled flat namespace in macOS travis builds.
1 parent 615727d commit 9448b7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ matrix:
2929
- os: osx
3030
name: "CMake Release Test on macOS Big Sur"
3131
osx_image: xcode12.3
32-
env: CMAKE_BUILD_TYPE=Release
32+
env:
33+
- CMAKE_BUILD_TYPE=Release
34+
- ADDITIONAL_CMAKE_OPTIONS="-DUSE_FLAT_NAMESPACE:BOOL=ON"
3335
- os: osx
3436
osx_image: xcode12.3
3537
name: "Makefile Test on on macOS Big Sur"
@@ -62,6 +64,7 @@ script:
6264
-DBUILD_SHARED_LIBS:BOOL=ON
6365
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
6466
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
67+
${ADDITIONAL_CMAKE_OPTIONS}
6568
${SRC_DIR}
6669
- ctest -D ExperimentalStart
6770
- ctest -D ExperimentalConfigure

0 commit comments

Comments
 (0)