Skip to content

Commit

Permalink
testing locations
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 4, 2024
1 parent 7729f7c commit 1814a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patches/Findembree.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ FIND_LIBRARY(EMBREE_LIBRARY_MIC NAMES embree3_xeonphi PATHS
/usr/local/lib
/opt/local/lib)

message (EMBREE_INCLUDE_DIRS)
message (EMBREE_LIBRARY)
IF (EMBREE_INCLUDE_DIRS AND EMBREE_LIBRARY)
SET(EMBREE_FOUND TRUE)
ENDIF ()

0 comments on commit 1814a2e

Please sign in to comment.