forked from nuttx/nuttx-update
libcxx/CMakeLists.txt: Remove unnecessary flags.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
parent
d59e6d98d5
commit
7bc4671a76
1 changed files with 0 additions and 7 deletions
|
@ -88,13 +88,6 @@ if(CONFIG_LIBCXX)
|
|||
add_compile_definitions(LIBCXX_BUILDING_LIBCXXABI)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS ON)
|
||||
|
||||
set(SRCS)
|
||||
set(SRCSTMP)
|
||||
|
||||
file(GLOB SRCS ${CMAKE_CURRENT_LIST_DIR}/libcxx/src/*.cpp)
|
||||
file(GLOB SRCSTMP ${CMAKE_CURRENT_LIST_DIR}/libcxx/src/experimental/*.cpp)
|
||||
list(APPEND SRCS ${SRCSTMP})
|
||||
|
|
Loading…
Reference in a new issue