Skip to content

Commit f3dfbbe

Browse files
committed
hal_nxp: Remove SDK specific code.
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>
1 parent 0584dd1 commit f3dfbbe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

mcux/mcux-sdk-ng/cmake/extension/basic_settings_lite.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
include_guard(GLOBAL)
66

7-
include(${SdkRootDirPath}/cmake/extension/misc_function.cmake)
8-
set(READ_TOOL_VERSION_PY "${SdkRootDirPath}/scripts/misc/read_tool_versions.py")
9-
10-
_read_tool_versions(${READ_TOOL_VERSION_PY})
11-
12-
log_status("CMake version: ${CMAKE_VERSION}")
13-
if (CMAKE_VERSION VERSION_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-
177
# Source-less library that encapsulates all the global compiler options needed
188
# by all source files.
199
add_library(mcux_build_properties INTERFACE)

0 commit comments

Comments
 (0)