Skip to content

Commit

Permalink
Use VCPKG_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jul 31, 2024
1 parent 70067fe commit 5be4baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_samples_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ set -x #< Log each command.

"$BASE_DIR"/build_samples.sh \
--no-tests \
-DCMAKE_TOOLCHAIN_FILE="$VCPKG"/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=arm64-linux \
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT"/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=arm64-linux \
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="$BASE_DIR/toolchain_arm64.cmake" \
"$@"
2 changes: 1 addition & 1 deletion build_samples_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ set -x #< Log each command.

"$BASE_DIR"/build_samples.sh \
--no-tests \
-DCMAKE_TOOLCHAIN_FILE="$VCPKG"/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux \
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT"/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux \
-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE="$BASE_DIR/toolchain_x64.cmake" \
"$@"

0 comments on commit 5be4baf

Please sign in to comment.