[PATCH] D49502: [CMake] Support statically linking dependencies only to shared or static library

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 18 12:10:07 PDT 2018


phosek added inline comments.


================
Comment at: libcxx/CMakeLists.txt:158
 
+cmake_dependent_option(LIBCXX_ENABLE_STATIC_ABI_LIBRARY_STATIC
+  "Statically link the ABI library to static library" ON
----------------
Maybe `LIBCXX_ENABLE_STATIC_ABI_LIBRARY_IN_STATIC_LIBRARY` would be more accurate?


Repository:
  rCXX libc++

https://reviews.llvm.org/D49502





More information about the cfe-commits mailing list