diff options
author | Sebastian Holtermann <sebholt@web.de> | 2019-12-30 13:22:28 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@web.de> | 2020-01-04 10:33:04 (GMT) |
commit | abad139c99c861a8bd9a85bd6296ab677a00507a (patch) | |
tree | e1766a4b468ce1f3bee6964f4d91c3b760598ec3 /Help/manual/cmake-policies.7.rst | |
parent | 4db1463e052255f9f72d9fa293986a5798026514 (diff) | |
download | CMake-abad139c99c861a8bd9a85bd6296ab677a00507a.zip CMake-abad139c99c861a8bd9a85bd6296ab677a00507a.tar.gz CMake-abad139c99c861a8bd9a85bd6296ab677a00507a.tar.bz2 |
Autogen: Process .hh headers based on new policy CMP0100 settings
Reintroduces .hh header processing in AUTOMOC and AUTOUIC based on the new
policy CMP0100 setting.
Fixes: #13904 CMAKE_AUTOMOC misses headers with ".hh" extension
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 2118031..1fd49ed 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.17 .. toctree:: :maxdepth: 1 + CMP0100: Let AUTOMOC and AUTOUIC process .hh header files. </policy/CMP0100> CMP0099: Link properties are transitive over private dependency on static libraries. </policy/CMP0099> CMP0098: FindFLEX runs flex in CMAKE_CURRENT_BINARY_DIR when executing. </policy/CMP0098> |