Подсветка сообщений

This commit is contained in:
2021-12-21 13:45:09 +03:00
parent 42db4201e7
commit 5b6ed5b79b
12 changed files with 33 additions and 48 deletions

View File

@ -7,7 +7,7 @@ function(myx_cmake_enable_high_precision_math)
if(MPFR_FOUND)
find_package(MPFRCppThirdparty)
else()
message(FATAL_ERROR "Nor Quadmath, nor MPFR found.")
myx_cmake_message_error("MyxCMake: Nor Quadmath, nor MPFR found.")
endif()
endif()
endfunction()