mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -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`.
|