Skip to content

Commit

Permalink
Fix wrong case on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Aug 22, 2022
1 parent 1445ded commit ebb1ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/tbb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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": "aab388d3daa4950f62094855b8aaf8c00ac1a055",
"git-tree": "bbb3813f50f3123abf5a1cd20044177402329689",
"version": "2021.5.0",
"port-version": 0
},
Expand Down

0 comments on commit ebb1ddd

Please sign in to comment.