Skip to content

Commit

Permalink
Lowercase the tbb directory to get to their configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Aug 22, 2022
1 parent ebb1ddd commit cec55d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/tbb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME TBB CONFIG_PATH "lib/cmake/TBB")
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/TBB")
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

Expand All @@ -29,8 +29,8 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/lib/tbb_debug.lib"
)

file(READ "${CURRENT_PACKAGES_DIR}/share/TBB/TBBConfig.cmake" _contents)
file(WRITE "${CURRENT_PACKAGES_DIR}/share/TBB/TBBConfig.cmake" "
file(READ "${CURRENT_PACKAGES_DIR}/share/tbb/TBBConfig.cmake" _contents)
file(WRITE "${CURRENT_PACKAGES_DIR}/share/tbb/TBBConfig.cmake" "
include(CMakeFindDependencyMacro)
find_dependency(Threads)
${_contents}")
Expand Down
2 changes: 1 addition & 1 deletion versions/t-/tbb.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "bbb3813f50f3123abf5a1cd20044177402329689",
"git-tree": "8608180e0b920b9b535f1a80f0525e6397f802ae",
"version": "2021.5.0",
"port-version": 0
},
Expand Down

0 comments on commit cec55d4

Please sign in to comment.