Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/CMakeLists.txt2
-rw-r--r--intern/opensubdiv/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index f420b1faf81..f9987ea8c0d 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -274,7 +274,7 @@ if(WITH_OPENSUBDIV)
add_definitions(-DWITH_OPENSUBDIV)
include_directories(
SYSTEM
- ${OPENSUBDIV_INCLUDE_DIR}
+ ${OPENSUBDIV_INCLUDE_DIRS}
)
endif()
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index ea48a387bbd..16334a80761 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -45,7 +45,7 @@ if(WITH_OPENSUBDIV)
endmacro()
list(APPEND INC_SYS
- ${OPENSUBDIV_INCLUDE_DIR}
+ ${OPENSUBDIV_INCLUDE_DIRS}
${GLEW_INCLUDE_PATH}
)