Skip to content

Commit

Permalink
Remove unused CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 23, 2024
1 parent 7051ced commit fda485a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
source /opt/qt5*/bin/qt5*-env.sh || true
cmake -S . \
-B build \
-DCMAKE_INSTALL_PREFIX=./install \
$CMAKE_OPTS
- name: Build
run: cmake --build build
Expand Down Expand Up @@ -209,7 +208,6 @@ jobs:
ccache --zero-stats
cmake -S . \
-B build \
-DCMAKE_INSTALL_PREFIX=./install \
-DCMAKE_TOOLCHAIN_FILE="./cmake/toolchains/MinGW-W64-${{ matrix.arch }}.cmake" \
$CMAKE_OPTS
- name: Build
Expand Down

0 comments on commit fda485a

Please sign in to comment.