From 2b4c68b902b261127f7deabf922048c41be6fb55 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2013 15:33:41 +1100 Subject: CMake Build: option to compile without opennl/superlu. --- intern/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt index c45e66cd77b..b7aff03a710 100644 --- a/intern/CMakeLists.txt +++ b/intern/CMakeLists.txt @@ -29,7 +29,6 @@ add_subdirectory(ghost) add_subdirectory(guardedalloc) add_subdirectory(memutil) add_subdirectory(opencolorio) -add_subdirectory(opennl) add_subdirectory(mikktspace) add_subdirectory(raskter) @@ -81,6 +80,10 @@ if(WITH_COMPOSITOR) add_subdirectory(opencl) endif() +if(WITH_OPENNL) + add_subdirectory(opennl) +endif() + # only windows needs utf16 converter if(WIN32) add_subdirectory(utfconv) -- cgit v1.2.3