[cmake-developers] Automoc in cmake

Stephen Kelly steveire at gmail.com
Sat Sep 17 13:16:28 EDT 2011


Stephen Kelly <steveire at ...> writes:

> 
> Alexander Neundorf wrote:
> 
> 
> Would it be possible to make CMAKE_AUTOMOC imply CMAKE_INCLUDE_CURRENT_DIR?
> 
> All the best,
> 
> Steve.
> 

Is it still possible to consider this? It's not ideal that you have to do this:

set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

instead of this:

set(CMAKE_AUTOMOC ON)






More information about the cmake-developers mailing list