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 <raiden00@railab.me>
This commit is contained in:
raiden00pl
2025-10-11 13:29:51 +02:00
committed by Matteo Golin
parent 9daa23d4e4
commit 3e6acfaf17
2 changed files with 0 additions and 18 deletions
-9
View File
@@ -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()
-9
View File
@@ -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()