libcxx.cmake: remove useless code

removes test code that was accidentally incorporated earlier.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2023-12-14 14:51:57 +08:00 committed by Xiang Xiao
parent 9a2569882e
commit 68a6f1090c

View File

@ -65,9 +65,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/libcxx)
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR})
endif()
find_program(GN_EXECUTABLEXX gn REQUIRED)
message("GN_EXECUTABLEXX ${GN_EXECUTABLEXX}")
set_property(
TARGET nuttx
APPEND