diff options
Diffstat (limited to 'Help/manual/cmake-cxxmodules.7.rst')
-rw-r--r-- | Help/manual/cmake-cxxmodules.7.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index 99915e3..b4c9cf1 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -27,7 +27,8 @@ following queries. The first query that provides a yes/no answer is used. - If the :prop_tgt:`CXX_SCAN_FOR_MODULES` target property is set, its value will be used. Set the :variable:`CMAKE_CXX_SCAN_FOR_MODULES` variable to initialize this property on all targets as they are created. -- Otherwise, the source file will be scanned. See policy :policy:`CMP0155`. +- Otherwise, the source file will be scanned if the compiler and generator + support scanning. See policy :policy:`CMP0155`. Compiler Support ================ |