From 9d371d38792f47719f3b16720896a6d8c75b4899 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Thu, 25 Aug 2022 18:27:39 +0200 Subject: [PATCH] Fix TBB in case of Conan + NodeJS build --- src/nodejs/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nodejs/CMakeLists.txt b/src/nodejs/CMakeLists.txt index d482f962f..c934dc6f7 100644 --- a/src/nodejs/CMakeLists.txt +++ b/src/nodejs/CMakeLists.txt @@ -34,7 +34,6 @@ endforeach(binary) # For mason-enabled builds we copy over tbb's shared objects for packaging. # TODO: consider using statically linked tbb library (for node_osrm only!) if (ENABLE_CONAN) - message(FATAL_ERROR "DFVRSDFGDFG ${CONAN_LIB_DIRS_ONETBB}") foreach(libpath ${CONAN_LIB_DIRS_ONETBB}) file(GLOB TBBGlob ${libpath}/*.*) foreach(filepath ${TBBGlob})