mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
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:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user