diff options
author | Brad King <brad.king@kitware.com> | 2017-01-31 16:06:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-01 13:47:42 (GMT) |
commit | c9ee05d8d9b5d2ab1539d469682a4a3974282443 (patch) | |
tree | eb1d400770cb2ba225c86d4dc11cfaddb39670a6 /Modules/FindXCTest.cmake | |
parent | 5efb8b9a5df82fef0b6abac11f590f2a655c184e (diff) | |
download | CMake-c9ee05d8d9b5d2ab1539d469682a4a3974282443.zip CMake-c9ee05d8d9b5d2ab1539d469682a4a3974282443.tar.gz CMake-c9ee05d8d9b5d2ab1539d469682a4a3974282443.tar.bz2 |
FortranCInterface: Fix support for VS with Intel toolset
When using a Visual Studio generator with an Intel toolset, such as
-T "Intel C++ Compiler XE 14.0"
the generated FortranCInterface mangling detection project may fail to
build due to `devenv` not working with the `/project ALL_BUILD` option.
This seems to be a bug in `devenv` or the Intel VS integration. Work
around the problem by building with `/project FortranCInterface`
instead. We only need to build this executable and its dependencies
within the detection test project anyway.
Fixes: #16519
Diffstat (limited to 'Modules/FindXCTest.cmake')
0 files changed, 0 insertions, 0 deletions