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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-10 19:01:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-10 19:04:40 +0300
commitf3d9ea0a8a8ee84eeb9b7f0a738fe120e6ee4bf7 (patch)
tree6e8d2c1c0f2d8d674d9e43dae983fc710a761e4f
parent6c302d6529ec5283334e5ef40d07cc46534f5020 (diff)
Fix build error on Windows after recent changes
-rw-r--r--build_files/cmake/platform/platform_win32.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/platform/platform_win32.cmake b/build_files/cmake/platform/platform_win32.cmake
index f64dd4a4aa3..ef7722b0aef 100644
--- a/build_files/cmake/platform/platform_win32.cmake
+++ b/build_files/cmake/platform/platform_win32.cmake
@@ -572,6 +572,7 @@ endif()
if(WITH_TBB)
set(TBB_LIBRARIES optimized ${LIBDIR}/tbb/lib/tbb.lib debug ${LIBDIR}/tbb/lib/tbb_debug.lib)
set(TBB_INCLUDE_DIR ${LIBDIR}/tbb/include)
+ set(TBB_INCLUDE_DIRS ${TBB_INCLUDE_DIR})
else()
if(WITH_OPENIMAGEDENOISE)
message(STATUS "TBB disabled, also disabling OpenImageDenoise")