From 19290fba99f6ac1130be2447fad281333b858efb Mon Sep 17 00:00:00 2001 From: Ben Nibbelink Date: Mon, 19 Feb 2024 15:33:45 -0600 Subject: [PATCH] reformat comment --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 546d861b7..698e6d28d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -20,7 +20,7 @@ INSTALL(FILES run_inputs.py COMPONENT testing ) - # CMAKE_CONFIGURE_DEPENDS will force a rebuild on a change to the source file +# CMAKE_CONFIGURE_DEPENDS will force a rebuild on a change to the source file FILE(GLOB test_files CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/src/*_tests.*") FOREACH(file ${test_files}) SET_PROPERTY(