From 7cae6d09081b96a4484cde6e129425b63812f071 Mon Sep 17 00:00:00 2001 From: Jessica James Date: Sat, 20 Nov 2021 13:12:02 -0600 Subject: [PATCH] Forgot to replace FATAL_ERROR with STATUS from testing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c43bab8..66a77f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if (NOT DEFINED JUPITER_VERSION_SHORT) endif() endif() -message(FATAL_ERROR "JUPITER_VERSION_SHORT: >${JUPITER_VERSION_SHORT}<") +message(STATUS "JUPITER_VERSION_SHORT: >${JUPITER_VERSION_SHORT}<") if (DEFINED JUPITER_VERSION_SHORT) add_compile_definitions(JUPITER_VERSION_SHORT="${JUPITER_VERSION_SHORT}") endif()