Skip to content

Commit dfb1878

Browse files
Update to latest CMake variable names
1 parent b6b0953 commit dfb1878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ services:
3737
cmake /fenix \
3838
-DCMAKE_BUILD_TYPE=Release \
3939
-DCMAKE_C_COMPILER=mpicc \
40-
-DFENIX_EXAMPLES=ON \
41-
-DFENIX_TESTS=ON \
40+
-DBUILD_EXAMPLES=ON \
41+
-DBUILD_TESTING=ON \
4242
-DMPIEXEC_PREFLAGS="--allow-run-as-root;--map-by;:oversubscribe" && \
4343
make -j
4444

0 commit comments

Comments
 (0)