Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Fred Wright
CMake
Commits
a619b327
Commit
a619b327
authored
Jan 22, 2021
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Update RunCMake.GenerateExportHeader for IntelLLVM
On Windows, the expected results are like Clang's.
parent
661b04d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tests/RunCMake/GenerateExportHeader/GEH.cmake
Tests/RunCMake/GenerateExportHeader/GEH.cmake
+1
-1
No files found.
Tests/RunCMake/GenerateExportHeader/GEH.cmake
View file @
a619b327
...
...
@@ -103,7 +103,7 @@ add_executable(GenerateExportHeader exportheader_test.cpp)
target_link_libraries
(
GenerateExportHeader
${
link_libraries
}
)
if
(
WIN32 OR CYGWIN
)
if
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Clang"
AND
if
(
(
CMAKE_CXX_COMPILER_ID STREQUAL
"Clang"
OR CMAKE_CXX_COMPILER_ID STREQUAL
"IntelLLVM"
)
AND
CMAKE_CXX_SIMULATE_ID STREQUAL
"MSVC"
)
set
(
_platform Win32-Clang
)
elseif
(
MSVC AND COMPILER_HAS_DEPRECATED
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment