[Bf-blender-cvs] [f3d9ea0a8a8] master: Fix build error on Windows after recent changes

Brecht Van Lommel noreply at git.blender.org
Thu Oct 10 18:05:02 CEST 2019


Commit: f3d9ea0a8a8ee84eeb9b7f0a738fe120e6ee4bf7
Author: Brecht Van Lommel
Date:   Thu Oct 10 18:01:45 2019 +0200
Branches: master
https://developer.blender.org/rBf3d9ea0a8a8ee84eeb9b7f0a738fe120e6ee4bf7

Fix build error on Windows after recent changes

===================================================================

M	build_files/cmake/platform/platform_win32.cmake

===================================================================

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")



More information about the Bf-blender-cvs mailing list