Skip to content

Commit

Permalink
Fix FindEmbree typo and update MacOS tbb library
Browse files Browse the repository at this point in the history
  • Loading branch information
BachiLi committed Jan 8, 2024
1 parent 3d49560 commit 336a255
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/FindEmbree.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ find_library(TBB_LIBRARY NAMES tbb PATHS
elseif (WIN32)
find_library(EMBREE_LIBRARY NAMES embree4 PATHS
${CMAKE_SOURCE_DIR}/embree/lib-win32)
else ()
find_library(TBB_LIBRARY NAMES tbb PATHS
${CMAKE_SOURCE_DIR}/embree/lib-win32)
else ()
find_library(EMBREE_LIBRARY NAMES embree4 PATHS
${CMAKE_SOURCE_DIR}/embree/lib-linux
/usr/lib
Expand Down
1 change: 0 additions & 1 deletion embree/lib-macos/libtbb.12.5.dylib

This file was deleted.

Binary file added embree/lib-macos/libtbb.12.7.dylib
Binary file not shown.
2 changes: 1 addition & 1 deletion embree/lib-macos/libtbb.12.dylib
1 change: 0 additions & 1 deletion embree/lib-macos/libtbb.a

This file was deleted.

Binary file added embree/lib-macos/libtbb.a
Binary file not shown.
2 changes: 1 addition & 1 deletion embree/lib-macos/libtbb.dylib

0 comments on commit 336a255

Please sign in to comment.