Skip to content

Commit d73d80b

Browse files
Update CMakeLists.txt
1 parent 4c018e9 commit d73d80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(VerifyParallelLibs CXX)
33

44
set(CMAKE_CXX_STANDARD 20)
55

6-
find_package(TBB)
6+
find_package(TBB CONFIG REQUIRED)
77

88
add_executable(verify_parallel main.cpp)
99

0 commit comments

Comments
 (0)