Merge pull request #806 from davidgyu/devFixTBB

Added TBB support for MSVC14 / Visual Studio 2015
This commit is contained in:
George ElKoura 2016-06-23 20:23:05 -07:00 committed by GitHub
commit 5f643ee30d

View File

@ -85,6 +85,8 @@ if (WIN32)
set(WINPATH "${WINPATH}/vc11")
elseif (MSVC12)
set(WINPATH "${WINPATH}/vc12")
elseif (MSVC14)
set(WINPATH "${WINPATH}/vc14")
endif()
list(APPEND TBB_LIB_ARCH ${WINPATH})