mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-22 06:31:29 -06:00
Add a `CMAKE_WATCOM_RUNTIME_LIBRARY` variable to control the runtime library selection. Add policy CMP0136 to switch to in place of the old hard-coded default flags. Fixes: #23178
8 lines
284 B
ReStructuredText
8 lines
284 B
ReStructuredText
watcom-runtime-library
|
|
----------------------
|
|
|
|
* The :variable:`CMAKE_WATCOM_RUNTIME_LIBRARY` variable and
|
|
:prop_tgt:`WATCOM_RUNTIME_LIBRARY` target property were introduced to
|
|
select the runtime library used by compilers targeting the Watcom ABI.
|
|
See policy :policy:`CMP0136`.
|