diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 78c1caa1..fcbbbb13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,7 @@ if(PROFILER) list(APPEND EXTRA_LIB_DEPS profiler) endif() if(TBB_FOUND) - list(APPEND EXTRA_LIB_DEPS tbb) + list(APPEND EXTRA_LIB_DEPS TBB::tbb) endif() foreach (family ${ARCH}) |