github: drop CMAKE_FIND_DEBUG_MODE in auto build
This commit is contained in:
parent
6eaac6866f
commit
a3eb90a6dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
PREFIX=${{github.workspace}}/local
|
PREFIX=${{github.workspace}}/local
|
||||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||||
echo "::group::xo configure"
|
echo "::group::xo configure"
|
||||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_FIND_DEBUG_MODE=ON -DCMAKE_PREFIX_PATH=/usr/local
|
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=/usr/local # -DCMAKE_FIND_DEBUG_MODE=ON
|
||||||
echo "::group::xo build"
|
echo "::group::xo build"
|
||||||
cmake --build .build #--verbose
|
cmake --build .build #--verbose
|
||||||
echo "::group::xo install"
|
echo "::group::xo install"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue