Skip to content

Commit efa372a

Browse files
committed
Update cmake to build with newer cmake
1 parent b504275 commit efa372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
cd ensmallen-2.21.1
199199
mkdir build
200200
cd build
201-
cmake ..
201+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
202202
cmake --build . --config ${{matrix.build_type}} -v
203203
sudo make install
204204
cd ../..

0 commit comments

Comments
 (0)