diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index b96bd06cbce6361f1130e17bb7cb4d97efe08ec7..8881504f934e7b1d755580ffc46d47f2a1467346 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -25,5 +25,5 @@ add_executable(_autotune_target EXCLUDE_FROM_ALL _autotune.cc) target_compile_options(_autotune_target PUBLIC -fno-strict-aliasing) if(benchmark_FOUND) - target_link_libraries(_autotune_target benchmark::benchmark) + target_link_libraries(_autotune_target benchmark) endif()