diff options
author | Brad King <brad.king@kitware.com> | 2019-03-01 16:47:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-03-01 16:58:21 (GMT) |
commit | 0b82f56ac69f2140cc05e7bdd4564ebf87ea6c6f (patch) | |
tree | 0dbedf61f2858d2330871abef0833f4178f3f6b8 /Tests/FortranOnly/testRC.rc | |
parent | 20a41aa589d4418f9ac46fc8c0402162d1d82873 (diff) | |
download | CMake-0b82f56ac69f2140cc05e7bdd4564ebf87ea6c6f.zip CMake-0b82f56ac69f2140cc05e7bdd4564ebf87ea6c6f.tar.gz CMake-0b82f56ac69f2140cc05e7bdd4564ebf87ea6c6f.tar.bz2 |
VS: Fix Fortran target type selection with RC sources
The Intel Fortran `.vfproj` files do support both Fortran and the
Windows Resource compiler (`.rc)` files. Prior to CMake 3.9 we did not
support that, but commit 2c9f35789d (VS: Decide project type by linker
lang as fallback, 2017-03-30, v3.9.0-rc1~340^2) accidentally enabled it.
It was then broken by commit d3d2c3cd49 (VS: Fix Fortran target type
selection when linking C++ targets, 2019-02-04, v3.14.0-rc1~13^2).
Restore support for Fortran+RC in VS projects and add a test case.
Fixes: #19002
Diffstat (limited to 'Tests/FortranOnly/testRC.rc')
-rw-r--r-- | Tests/FortranOnly/testRC.rc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Tests/FortranOnly/testRC.rc b/Tests/FortranOnly/testRC.rc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Tests/FortranOnly/testRC.rc |