We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e03471 commit d3fdf10Copy full SHA for d3fdf10
libraries/multi_index_lru/tests/CMakeLists.txt
@@ -1,7 +1,9 @@
1
project(multi-index-lru-tests)
2
3
find_package(Boost REQUIRED)
4
-find_package(benchmark REQUIRED)
+if(NOT TARGET benchmark::benchmark)
5
+ find_package(benchmark REQUIRED)
6
+endif()
7
8
file(GLOB_RECURSE MULTIINDEX_LRU_LIB_TESTS_SOURCES
9
${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
0 commit comments