From eeb63f6f994581c87a997aa477f07d8023269696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Thu, 14 Nov 2024 12:56:43 +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 f6c336d..ed45c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,6 @@ target_include_directories( add_subdirectory(src/beman/iterator_interface) add_subdirectory(include/beman/iterator_interface) -# [CMAKE.SKIP_TESTS] if(BEMAN_ITERATOR_INTERFACE_BUILD_TESTING) add_subdirectory(tests/beman/iterator_interface) endif()