Skip to content

Commit

Permalink
specify VCPKG_OVERLAY_PORTS as absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 14, 2024
1 parent aa1e2e1 commit 8493c4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cmake -E make_directory ./build
cmake \
--preset "${cmake_preset}" \
-DCMAKE_BUILD_TYPE="${cmake_config}" \
-DVCPKG_OVERLAY_PORTS=./vcpkg-overlays \
-DVCPKG_OVERLAY_PORTS="${PWD}/vcpkg-overlays" \
-S . \
-B ./build
cmake \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cmake -E make_directory ./build
&& cmake \
--preset "${cmake_preset}" \
-DCMAKE_BUILD_TYPE="${cmake_config}" \
-DVCPKG_OVERLAY_PORTS=./vcpkg-overlays \
-DVCPKG_OVERLAY_PORTS="${PWD}/vcpkg-overlays" \
-DBUILD_DIST_PACKAGES=ON \
-S . \
-B ./build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ done
cmake \
--preset "${cmake_preset}" \
-DCMAKE_BUILD_TYPE="${cmake_config}" \
-DVCPKG_OVERLAY_PORTS=./vcpkg-overlays \
-DVCPKG_OVERLAY_PORTS="${PWD}/vcpkg-overlays" \
-DBUILD_DIST_PACKAGES=ON \
"${TLSUV_TLSLIB:+-DTLSUV_TLSLIB=${TLSUV_TLSLIB}}" \
-S . \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cmake \
cmake \
--preset "${cmake_preset}" \
-DCMAKE_BUILD_TYPE="${cmake_config}" \
-DVCPKG_OVERLAY_PORTS=./vcpkg-overlays \
-DVCPKG_OVERLAY_PORTS="${PWD}/vcpkg-overlays" \
-DBUILD_DIST_PACKAGES=ON \
-S "${PWD}/" \
-B ./build/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cmake \
cmake \
--preset "${cmake_preset}" \
-DCMAKE_BUILD_TYPE="${cmake_config}" \
-DVCPKG_OVERLAY_PORTS=./vcpkg-overlays \
-DVCPKG_OVERLAY_PORTS="${PWD}/vcpkg-overlays" \
-DBUILD_DIST_PACKAGES=ON \
"${TLSUV_TLSLIB:+-DTLSUV_TLSLIB=${TLSUV_TLSLIB}}" \
-S "${PWD}/" \
Expand Down

0 comments on commit 8493c4a

Please sign in to comment.