nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 359 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index d41a1e2..7990cdf 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -60,7 +60,7 @@ if (TODDS_REGULAR_EXPRESSIONS) 6 endif () 7 find_package(OpenCV 4.0 REQUIRED) 8 find_package(Threads REQUIRED) 9-find_package(TBB 2021.5.0 REQUIRED) 10+find_package(TBB REQUIRED) 11 12 if (TODDS_TRACY) 13 find_package(Tracy REQUIRED)