12 lines
295 B
Diff
12 lines
295 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -64,7 +64,7 @@
|
|
list(APPEND CMAKE_PREFIX_PATH ${OPENPGL_TBB_ROOT})
|
|
endif()
|
|
|
|
-FIND_PACKAGE(TBB REQUIRED ${OPENPGL_TBB_COMPONENT})
|
|
+FIND_PACKAGE(TBB REQUIRED ${OPENPGL_TBB_COMPONENT} CONFIG)
|
|
|
|
## Build library and ##
|
|
add_subdirectory(openpgl)
|