From a51f8e4353d908af660b746a23bc27e3dce1d89a Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 30 Aug 2013 17:34:27 +0000 Subject: Cycles / Standalone: * Standalone can now be compiled without the GUI, making the glut dependency optional. Added WITH_CYCLES_STANDALONE_GUI cmake flag. --- intern/cycles/cmake/external_libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/cmake') diff --git a/intern/cycles/cmake/external_libs.cmake b/intern/cycles/cmake/external_libs.cmake index 6164572c264..8753ff4bf84 100644 --- a/intern/cycles/cmake/external_libs.cmake +++ b/intern/cycles/cmake/external_libs.cmake @@ -2,7 +2,7 @@ ########################################################################### # GLUT -if(WITH_CYCLES_STANDALONE) +if(WITH_CYCLES_STANDALONE AND WITH_CYCLES_STANDALONE_GUI) set(GLUT_ROOT_PATH ${CYCLES_GLUT}) find_package(GLUT) -- cgit v1.2.3