daba2b76fc
With older CMake (for example 2.8.12.2) the feature check of HAVE_M_LIB reports false positive fail due to -Werror=strict-prototypes. It is already fixed in CMake https://gitlab.kitware.com/cmake/cmake/-/commit/4bc17345 The feature is present and works, so we should only ignore this build warning. Additionally the necessary GCC/Clang guard added to the similar CMake feature check in jerry-port/default/CMakeLists.txt JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu