CMake/Modules/FortranCInterface
Brad King c9ee05d8d9 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
2017-02-01 08:47:42 -05:00
..
Verify Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
call_mod.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
call_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
CMakeLists.txt FortranCInterface: Make mangling detection robust to PIC Fortran 2016-11-04 09:54:12 -04:00
Detect.cmake FortranCInterface: Fix support for VS with Intel toolset 2017-02-01 08:47:42 -05:00
Input.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Macro.h.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
main.F Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_module_.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
my_module.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mymodule_.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
mymodule.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mysub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Output.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
symbol.c.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00