add_library-no-static-fallback.rst 289 B

123456
  1. add_library-no-static-fallback
  2. ------------------------------
  3. * On platforms that do not support shared libraries, the :command:`add_library`
  4. command now rejects creation of shared libraries instead of automatically
  5. converting them to static libraries. See policy :policy:`CMP0164`.