TBB is used for Linux only

This commit is contained in:
Dan Paulat 2025-06-14 09:20:55 -05:00
parent 8a56d3deed
commit 3000e23cb1
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ find_package(spdlog)
check_cxx_symbol_exists(_LIBCPP_VERSION version LIBCPP)
if (NOT MSVC)
if (LINUX)
find_package(TBB)
endif()