]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/tbb/terminate-when-buildtool-notfound.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / tbb / terminate-when-buildtool-notfound.patch
1 diff --git a/cmake/TBBBuild.cmake b/cmake/TBBBuild.cmake
2 index a2222e3..756d85c 100644
3 --- a/cmake/TBBBuild.cmake
4 +++ b/cmake/TBBBuild.cmake
5 @@ -158,7 +158,7 @@ function(tbb_build)
6 mark_as_advanced(TBB_MAKE_TOOL)
7
8 if (NOT TBB_MAKE_TOOL)
9 - message(STATUS "Intel TBB can not be built: required make-tool (${make_tool_name}) was not found")
10 + message(FATAL_ERROR "Intel TBB can not be built: required make-tool (${make_tool_name}) was not found")
11 set(${tbb_build_CONFIG_DIR} ${tbb_build_CONFIG_DIR}-NOTFOUND PARENT_SCOPE)
12 return()
13 endif()