mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 09:12:00 +00:00
Merge topic 'pch-cray-classic' into release-3.16
77a8f9ecbc Tests: Fix ExportImport PCH expectation on Cray Classic compiler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4033
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# ifndef PCH_PCH_H_INCLUDED
|
||||
# error "Expected PCH_PCH_H_INCLUDED."
|
||||
# endif
|
||||
#elif defined(__PGIC__) || defined(__ibmxl__)
|
||||
#elif defined(__PGIC__) || defined(__ibmxl__) || defined(_CRAYC)
|
||||
// No PCH expected but these compilers define macros below.
|
||||
#elif defined(__GNUC__) || defined(__clang__) || defined(_INTEL_COMPILER) || \
|
||||
defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user