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()