From 070367e1d955d87f9a4e78d86ced2243ec844807 Mon Sep 17 00:00:00 2001 From: Justin Eskesen Date: Wed, 28 Aug 2024 12:23:06 -0400 Subject: [PATCH] added print statement so there was a commit --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27fd3a1..5ba423c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,5 @@ add_subdirectory(src) add_subdirectory(tests) include(CPack) + +message(STATUS "This is just a test to make sure PR tests still work from main")