mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
libcxxabi.cmake: fix download
don't forget to expand CONFIG_LIBCXXABI_VERSION
This commit is contained in:
parent
40f4cde8f5
commit
23db901bb3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/libcxxabi)
|
||||
|
||||
set(LIBCXXABI_VERSION CONFIG_LIBCXXABI_VERSION)
|
||||
set(LIBCXXABI_VERSION ${CONFIG_LIBCXXABI_VERSION})
|
||||
|
||||
FetchContent_Declare(
|
||||
libcxxabi
|
||||
|
|
Loading…
Reference in a new issue