diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b572a1..f6c336d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,6 @@ if(BEMAN_ITERATOR_INTERFACE_BUILD_TESTING) add_subdirectory(tests/beman/iterator_interface) endif() -# [CMAKE.SKIP_EXAMPLES] if(BEMAN_ITERATOR_INTERFACE_BUILD_EXAMPLES) add_subdirectory(examples) endif()