Skip to content

Commit 84ba218

Browse files
committed
Fix pyslim cmake
1 parent 06e8abe commit 84ba218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
git clone https://github.com/messerlab/SLiM.git
430430
mkdir -p SLiM/Release
431431
cd SLiM/Release
432-
cmake -D CMAKE_BUILD_TYPE=Release ..
432+
cmake -D CMAKE_POLICY_VERSION_MINIMUM=3.5 -D CMAKE_BUILD_TYPE=Release ..
433433
make -j 2
434434
435435
- name: Build virtualenv

0 commit comments

Comments
 (0)