mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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`.
|