Sfoglia il codice sorgente

HPCC-15588 Changes to tbbmalloc_found conditional in commonSetup

Signed-off-by: Michael Gardner <Michael.Gardner@lexisnexis.com>
Michael Gardner 9 anni fa
parent
commit
14f929f333
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      cmake_modules/commonSetup.cmake

+ 0 - 4
cmake_modules/commonSetup.cmake

@@ -859,12 +859,8 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
         if (TBBMALLOC_FOUND)
           add_definitions (-D_USE_TBBMALLOC)
         else()
-          if(USE_OPTIONAL)
             message(WARNING "Optional TBBMALLOC requested, but missing")
             set(USE_TBBMALLOC OFF)
-          else()
-            message(FATAL_ERROR "TBB malloc proxy requested but package not found")
-          endif()
         endif()
       endif(USE_TBBMALLOC)