mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
33d9146472
This makes it more clear which variable should be used. Fixes #27357
7 lines
232 B
ReStructuredText
7 lines
232 B
ReStructuredText
CMAKE_ENABLE_EXPORTS
|
|
--------------------
|
|
|
|
* The :variable:`CMAKE_ENABLE_EXPORTS` variable is deprecated in favor of
|
|
the :variable:`CMAKE_EXECUTABLE_ENABLE_EXPORTS` and
|
|
:variable:`CMAKE_SHARED_LIBRARY_ENABLE_EXPORTS` variables.
|