summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2019-11-03 20:34:39 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2019-11-03 20:34:39 (GMT)
commite331367a898c6e0afa386c52fc7bd4d84d75ec29 (patch)
tree3ebbba93f49fccd2c7a6d126965e505ff430bcdd /Modules/Platform
parent91c26b3d387ffd4948ecde38ab2c5f894b7dbe8c (diff)
downloadCMake-e331367a898c6e0afa386c52fc7bd4d84d75ec29.zip
CMake-e331367a898c6e0afa386c52fc7bd4d84d75ec29.tar.gz
CMake-e331367a898c6e0afa386c52fc7bd4d84d75ec29.tar.bz2
PCH: Add support for OBJC/OBJCXX languages
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-Clang.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Platform/Windows-Clang.cmake b/Modules/Platform/Windows-Clang.cmake
index f226553..02864c6 100644
--- a/Modules/Platform/Windows-Clang.cmake
+++ b/Modules/Platform/Windows-Clang.cmake
@@ -8,9 +8,6 @@ if(__WINDOWS_CLANG)
endif()
set(__WINDOWS_CLANG 1)
-set(__pch_header_C "c-header")
-set(__pch_header_CXX "c++-header")
-
macro(__windows_compiler_clang_gnu lang)
set(CMAKE_LIBRARY_PATH_FLAG "-L")
set(CMAKE_LINK_LIBRARY_FLAG "-l")