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.
CMAKE_INSTALL_PREFIX
1 parent a455112 commit 070946aCopy full SHA for 070946a
.github/workflows/deploy.yml
@@ -31,10 +31,10 @@ jobs:
31
run: |
32
mkdir -p build
33
cd build
34
- cmake -DBUILD_SHARED_LIBS=Off -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
+ cmake -DBUILD_SHARED_LIBS=Off -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="/usr" ..
35
make -j$(nproc)
36
cpack -G DEB
37
- cmake -DBUILD_SHARED_LIBS=On -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
+ cmake -DBUILD_SHARED_LIBS=On -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="/usr" ..
38
39
40
- name: push deb packages to packagecloud.io
0 commit comments