summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-Watcom-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-07 13:02:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-07-07 13:02:23 (GMT)
commit0ca8f3e699fc2936ccf65a78edf9c74aed0adb68 (patch)
tree0d3df3b7fbf2124e382c8d51a9aae3bc3458408c /Modules/Platform/Windows-Watcom-CXX.cmake
parent5553aab0bdc8cfb84c26b99b98779f4401e25a42 (diff)
parenta66004bee06023e9da4e0895ee1afbceaff33bdb (diff)
downloadCMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.zip
CMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.tar.gz
CMake-0ca8f3e699fc2936ccf65a78edf9c74aed0adb68.tar.bz2
Merge topic 'toolchain-flag-init'
a66004be Honor CMAKE_<LANG>_FLAGS[_<CONFIG>]_INIT set in toolchain files cdde77e5 OpenWatcom: Partially modernize platform information modules f9dbe22c Intel: Do not use GNU-like flags on Windows 5a3ed0d7 Intel: Do not use MSVC-like flags for Fortran
Diffstat (limited to 'Modules/Platform/Windows-Watcom-CXX.cmake')
-rw-r--r--Modules/Platform/Windows-Watcom-CXX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-Watcom-CXX.cmake b/Modules/Platform/Windows-Watcom-CXX.cmake
new file mode 100644
index 0000000..63d109b
--- /dev/null
+++ b/Modules/Platform/Windows-Watcom-CXX.cmake
@@ -0,0 +1 @@
+include(Platform/Windows-OpenWatcom-CXX)