build: mark embree as required

This commit is contained in:
Eric Wasylishen 2020-01-29 23:10:17 -07:00
parent 8a468bd6fd
commit 7b5824ad2b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ set(LIGHT_SOURCES
${LIGHT_INCLUDES})
FIND_PACKAGE(embree 2.0)
FIND_PACKAGE(embree 2.0 REQUIRED)
if (embree_FOUND)
MESSAGE(STATUS "Embree library found: ${EMBREE_LIBRARY}")