We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5eed7 commit edf3d52Copy full SHA for edf3d52
.github/workflows/cppcmake.yml
@@ -70,8 +70,7 @@ jobs:
70
-DCMAKE_INSTALL_PREFIX=${PWD}/install \
71
-DCPACK_PACKAGE_DIRECTORY=${PWD}/package \
72
-DLSL_INSTALL_ROOT=$PWD/LSL/ \
73
- -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON \
74
- -DCPACK_DEBIAN_PACKAGE_DEPENDS=1
+ -DCPACK_DEBIAN_PACKAGE_SHLIBDEPS=ON
75
76
- name: make
77
run: cmake --build build --config Release -j --target install
0 commit comments