Fix build error on Windows after recent changes

This commit is contained in:
Brecht Van Lommel 2019-10-10 18:01:45 +02:00
parent 6c302d6529
commit f3d9ea0a8a
1 changed files with 1 additions and 0 deletions

View File

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