Skip to content

Commit

Permalink
downgrade optional embree requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Nov 20, 2020
1 parent e5eed6a commit 1b47c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ else()
option(TTK_ENABLE_ZLIB "Enable Zlib support" ON)
endif()

find_package(EMBREE 3.6)
find_package(EMBREE 3.4)
if(EMBREE_FOUND)
option(TTK_ENABLE_EMBREE "Enable embree raytracing for ttkCinemaImaging" ON)
else()
Expand Down

0 comments on commit 1b47c5c

Please sign in to comment.