mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
7 lines
289 B
ReStructuredText
7 lines
289 B
ReStructuredText
add_library-no-static-fallback
|
|
------------------------------
|
|
|
|
* On platforms that do not support shared libraries, the :command:`add_library`
|
|
command now rejects creation of shared libraries instead of automatically
|
|
converting them to static libraries. See policy :policy:`CMP0164`.
|