Browse Source

Forgot to replace FATAL_ERROR with STATUS from testing

release/1.1
Jessica James 3 years ago
parent
commit
7cae6d0908
  1. 2
      CMakeLists.txt

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

Loading…
Cancel
Save