Skip to content

Commit b9d5d15

Browse files
.github/workflows/cmake-multi-platform.yml: configure: add -DCMAKE_POLICY_VERSION_MINIMUM=3.5
1 parent fca1274 commit b9d5d15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
7575
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
7676
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
77+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
7778
-DSUPERNOVA=ON
7879
-S ${{ github.workspace }}
7980

0 commit comments

Comments
 (0)