[cmake-developers] [CMake 0014201]: FindCUDA does not forward include directories assigned by target_include_directories()

Brad King brad.king at kitware.com
Tue Jun 4 15:51:45 EDT 2013


On 06/04/2013 03:46 PM, James Bigler wrote:
>     The $<TARGET_PROPERTY:...> expression is one, so you're in luck.
> 
> OK, so now I'm confused.  I see a file(WRITE) that is a configure time
> write, but the content of the file has generation time stuff in it like
> $<TARGET_PROPERTY:${moc_target},INCLUDE_DIRECTORIES>.

It's using a new file(GENERATE) command added since 2.8.11 to do
generate-time file content evaluation.

-Brad



More information about the cmake-developers mailing list