Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagprog5 committed Sep 11, 2023
1 parent c2849dd commit 7d41b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target_link_libraries(choose PRIVATE ${PCRE_LIBRARIES})

# https://stackoverflow.com/a/74755391/15534181
# optional link here since sometimes it's ok not to have. this is the least invasive
find_package(TBB)
find_package(TBB QUIET)
if(TBB_FOUND)
target_link_libraries(choose PRIVATE TBB::tbb)
endif()
Expand Down

0 comments on commit 7d41b60

Please sign in to comment.