[PATCH] D49573: [CMake] Option to control whether shared/static library is installed

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 08:51:26 PDT 2018


ldionne added a comment.

Can't you simply set `LIBCXX_ENABLE_SHARED=OFF` when you don't want to build/install the shared library and `LIBCXX_ENABLE_STATIC=OFF` for the static library?


Repository:
  rL LLVM

https://reviews.llvm.org/D49573





More information about the cfe-commits mailing list