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})