Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 28, 2024
1 parent 9e07616 commit 3c49559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ else()
endif()

file(GLOB VCPKG_DEPENDENCIES
RELATIVE "${VCPKG_INSTALLATION_ROOT}/${VCPKG_TARGET_TRIPLET}/bin/"
"${VCPKG_INSTALLATION_ROOT}/${VCPKG_TARGET_TRIPLET}/bin/*"
RELATIVE "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/bin/"
"${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/bin/*"
)

install(TARGETS _basixcpp RUNTIME_DEPENDENCIES
Expand Down

0 comments on commit 3c49559

Please sign in to comment.