From 6697035b12d0636813b501f069f26a71e30d0101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 14 Nov 2024 12:56:50 +0200 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: David Sankel --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed45c06..86ab3fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ configure_file( "${PROJECT_SOURCE_DIR}/include/beman/iterator_interface/config.hpp.in" "${PROJECT_BINARY_DIR}/include/beman/iterator_interface/config.hpp" @ONLY) -# Build the tests if enabled via the option BEMAN_ITERATOR_INTERFACE_BUILD_TESTING if(BEMAN_ITERATOR_INTERFACE_BUILD_TESTING) # Fetch GoogleTest FetchContent_Declare(