mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
a61c9afdf8
Add policy CMP0164 to provide compatibility. Fixes: #25759
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`.
|