From 7b5824ad2b8b988fc299116e5c9baa52460441e2 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 29 Jan 2020 23:10:17 -0700 Subject: [PATCH] build: mark embree as required --- light/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/CMakeLists.txt b/light/CMakeLists.txt index 010c1d13..d4fe03d2 100644 --- a/light/CMakeLists.txt +++ b/light/CMakeLists.txt @@ -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}")