diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-10-16 19:42:21 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-10-17 18:46:57 (GMT) |
commit | badb6ab120bb3bb01c6b41e50aadb234d16e8e21 (patch) | |
tree | df70d5268d5584161646a79ae501ad924c8f67d6 /Help | |
parent | 7080b4ae8354b9e8deada0f35ff02a1bc1cc13a7 (diff) | |
download | CMake-badb6ab120bb3bb01c6b41e50aadb234d16e8e21.zip CMake-badb6ab120bb3bb01c6b41e50aadb234d16e8e21.tar.gz CMake-badb6ab120bb3bb01c6b41e50aadb234d16e8e21.tar.bz2 |
VS: Explicitly disallow C++ modules provided by imported targets
The `-ifcOnly` flag is understood by MSBuild, but there are unresolved
questions about how to integrate with with CMake's model.
See: #25328
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-cxxmodules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index 5776421..99915e3 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -68,5 +68,6 @@ For the :ref:`Visual Studio Generators`: - Only Visual Studio 2022 and MSVC toolsets 14.34 (Visual Studio 17.4) and newer. - No support for exporting or installing BMI or module information. +- No support for compiling BMIs from ``IMPORTED`` targets with C++ modules. - No diagnosis of using modules provided by ``PRIVATE`` sources from ``PUBLIC`` module sources. |