This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 68a6f1090c libcxx.cmake: remove useless code
68a6f1090c is described below

commit 68a6f1090cf7d81d3dffecdd7c6e86b1cc2faca9
Author: zhanghongyu <zhanghon...@xiaomi.com>
AuthorDate: Thu Dec 14 14:51:57 2023 +0800

    libcxx.cmake: remove useless code
    
    removes test code that was accidentally incorporated earlier.
    
    Signed-off-by: zhanghongyu <zhanghon...@xiaomi.com>
---
 libs/libxx/libcxx.cmake | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libs/libxx/libcxx.cmake b/libs/libxx/libcxx.cmake
index 74846ec63d..e66f2840ed 100644
--- a/libs/libxx/libcxx.cmake
+++ b/libs/libxx/libcxx.cmake
@@ -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

Reply via email to