Unverified Commit 93fe3355 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

need to set CMake policy CMP0074 to NEW behavior also for finding TBB Malloc

parent 8395ec9e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,7 +6,9 @@
#  TBB_MALLOC_FOUND        - True if tbb found.
#


if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.12)
  cmake_policy(SET CMP0074 NEW)
endif()
########################################################
# TBB Malloc