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

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

commit 3e6acfaf176265f8c0bbcd9acf4541df7d8257d6
Author: raiden00pl <[email protected]>
AuthorDate: Sat Oct 11 13:29:51 2025 +0200

    libs: remove not related comments from cmake files
    
    remove not related comments from libs/libbuiltin/CMakeLists.txt and
    libs/libxx/CMakeLists.txt. These are a copy paste from a Makefile
    which doesn't make sense for these files.
    
    Signed-off-by: raiden00pl <[email protected]>
---
 libs/libbuiltin/CMakeLists.txt | 9 ---------
 libs/libxx/CMakeLists.txt      | 9 ---------
 2 files changed, 18 deletions(-)

diff --git a/libs/libbuiltin/CMakeLists.txt b/libs/libbuiltin/CMakeLists.txt
index 19991921323..d222b95705a 100644
--- a/libs/libbuiltin/CMakeLists.txt
+++ b/libs/libbuiltin/CMakeLists.txt
@@ -18,13 +18,4 @@
 #
 # 
##############################################################################
 
-# Include the uClibc++ Make.defs file if selected.  If it is included, the
-# uClibc++/Make.defs file will add its files to the source file list, add its
-# DEPPATH info, and will add the appropriate paths to the VPATH variable
-#
-# Note that an error will occur if you select CONFIG_LIBXX_UCLIBCXX without
-# installing the uClibc++ package.  This is intentional to let you know about
-# the configuration problem.  Refer to the README.txt file in the NuttX 
uClibc++
-# GIT repository for more information
-
 nuttx_add_subdirectory()
diff --git a/libs/libxx/CMakeLists.txt b/libs/libxx/CMakeLists.txt
index 56804a55570..af61f07135c 100644
--- a/libs/libxx/CMakeLists.txt
+++ b/libs/libxx/CMakeLists.txt
@@ -20,13 +20,4 @@
 #
 # 
##############################################################################
 
-# Include the uClibc++ Make.defs file if selected.  If it is included, the
-# uClibc++/Make.defs file will add its files to the source file list, add its
-# DEPPATH info, and will add the appropriate paths to the VPATH variable
-#
-# Note that an error will occur if you select CONFIG_LIBXX_UCLIBCXX without
-# installing the uClibc++ package.  This is intentional to let you know about
-# the configuration problem.  Refer to the README.txt file in the NuttX 
uClibc++
-# GIT repository for more information
-
 nuttx_add_subdirectory()

Reply via email to