Fix parameter syntax

This commit is contained in:
Valentin Buira 2024-11-07 01:14:52 +01:00
parent 37ad2a586c
commit c09d92805e

View File

@ -805,7 +805,7 @@ This will require some time, cpu and disk space.
# Configure
cmake -S . \
-B build \
-D WITH_VCPKG \
-D WITH_VCPKG=ON \
-D BUILD_WITH_QT6=ON \
-D WITH_QTWEBKIT=OFF \
-D VCPKG_TARGET_TRIPLET=x64-windows-release \