Skip to content

Commit 1b47c5c

Browse files
committed
downgrade optional embree requirement
1 parent e5eed6a commit 1b47c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ else()
128128
option(TTK_ENABLE_ZLIB "Enable Zlib support" ON)
129129
endif()
130130

131-
find_package(EMBREE 3.6)
131+
find_package(EMBREE 3.4)
132132
if(EMBREE_FOUND)
133133
option(TTK_ENABLE_EMBREE "Enable embree raytracing for ttkCinemaImaging" ON)
134134
else()

0 commit comments

Comments
 (0)