[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 19 10:39:57 PST 2023
================
@@ -177,6 +177,10 @@ set(LIBCXX_LIBDIR_SUFFIX "${LLVM_LIBDIR_SUFFIX}" CACHE STRING
"Define suffix of library directory name (32/64)")
option(LIBCXX_INSTALL_HEADERS "Install the libc++ headers." ON)
option(LIBCXX_INSTALL_LIBRARY "Install the libc++ library." ON)
+cmake_dependent_option(LIBCXX_INSTALL_MODULES
----------------
mordante wrote:
As discussed privately; this option currently needs a modern CMake version (3.26 or newer). We discussed the way to remove this dependency. So for now I keep it and work on that other solution first.
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list