From 9bcc78ac5bc8f803b6c94d5fb1ea0d3937fb3c70 Mon Sep 17 00:00:00 2001 From: doodspav Date: Wed, 1 Nov 2023 23:26:15 +0000 Subject: [PATCH] GHI #20 Minor CMake comment changes (4) Signed-off-by: doodspav --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f284e6903..f786de682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,7 @@ endif() if(PATOMIC_BUILD_TESTING) # need to enable testing in case BUILD_TESTING is disabled + # CTest expects that the top level project enables testing if(PROJECT_IS_TOP_LEVEL) enable_testing() endif()