You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is not needed for zephyr, and is specific for
MCUX SDK. SDK also applied this patch, don't worry about
consistency
Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
if (CMAKE_VERSIONVERSION_LESS${CMAKE_MINIMUM_VERSION})
14
-
message("warning: The system CMake version ${CMAKE_VERSION} is lower than the recommended version ${CMAKE_MINIMUM_VERSION} which may cause unexpected build failure especially for complicated project. Please upgrade CMake to version ${CMAKE_MINIMUM_VERSION} or above.")
15
-
endif()
16
-
17
7
# Source-less library that encapsulates all the global compiler options needed
0 commit comments