diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/CustomLibcxx/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/CustomLibcxx/CMakeLists.txt b/cmake/Modules/CustomLibcxx/CMakeLists.txt index c644dc2fd..683b88e02 100644 --- a/cmake/Modules/CustomLibcxx/CMakeLists.txt +++ b/cmake/Modules/CustomLibcxx/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.4.3) +project(custom-libcxx C CXX) # Build static libcxxabi. set(LIBCXXABI_STANDALONE_BUILD 1) |