mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
c9ee05d8d9
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 |
||
---|---|---|
.. | ||
Verify | ||
call_mod.f90 | ||
call_sub.f | ||
CMakeLists.txt | ||
Detect.cmake | ||
Input.cmake.in | ||
Macro.h.in | ||
main.F | ||
my_module_.c | ||
my_module.f90 | ||
my_sub.f | ||
mymodule_.c | ||
mymodule.f90 | ||
mysub.f | ||
Output.cmake.in | ||
symbol.c.in |