From d4c486abf13bd5d1fcc3b22c8bab9113241ce3a5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 10 Oct 2023 13:00:15 -0400 Subject: [PATCH] cosmetic: comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ada7743d..1735ddc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(xo_macros/xo_cxx) include(xo_macros/code-coverage) # ---------------------------------------------------------------- -# unit test setup +# unit test setup (for consistency with other xo libraries. no unit tests as of 10oct2023) enable_testing() # activate code coverage for all executables + libraries (when configured with -DCODE_COVERAGE=ON)