summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/WATCOM_RUNTIME_LIBRARY-VALUES.txt
Commit message (Collapse)AuthorAgeFilesLines
* OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 buildsCameron Cawley2022-05-061-2/+4
|
* OpenWatcom: Allow specifying the runtime libraryCameron Cawley2022-05-061-0/+18
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