From cde4eeffb54b0567dde71b2bf1aaa583cb214876 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Wed, 13 Mar 2024 11:43:23 -0600 Subject: [PATCH] Remove unused variable --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d88670695..a9f941316b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,6 @@ endif() set(CATCH_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set(SOURCES_DIR ${CATCH_DIR}/src/catch2) set(SELF_TEST_DIR ${CATCH_DIR}/tests/SelfTest) -set(BENCHMARK_DIR ${CATCH_DIR}/tests/Benchmark) # We need to bring-in the variables defined there to this scope add_subdirectory(src)