https://github.com/Kitware/CMake
Revision 6a0605c71126b15e607cc57d3e589ffc693f5c0e authored by Sebastian Holtermann on 08 August 2017, 10:11:10 UTC, committed by Sebastian Holtermann on 08 August 2017, 10:11:10 UTC
The **AUTOGEN** include directory was always passed to the compiler but
only generated on demand. To avoid compiler complaints when using
`-Wmissing-include-dirs` make sure the directory gets created always.

Closes #17147
1 parent 8fb12ce
Raw File
Tip revision: 6a0605c71126b15e607cc57d3e589ffc693f5c0e authored by Sebastian Holtermann on 08 August 2017, 10:11:10 UTC
Autogen: Always create AUTOMOC/AUTOUIC include directory
Tip revision: 6a0605c
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
back to top