[cmake-developers] [CMake 0013677]: Include FindExiv2 into source

2012-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13677 == Reported By:danielkaneider Assigned To:

Re: [cmake-developers] Correct way to get include directories for a target (automoc regression) ?

2012-11-11 Thread Stephen Kelly
Alexander Neundorf wrote: In 2.8.9 automoc did not ask the target for its include dirs, but it asked the directory for its include dirs. This contained and still contains as it seems the CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES. In 2.8.10 the target is asked for its include dirs, and it seems

Re: [cmake-developers] Correct way to get include directories for a target (automoc regression) ?

2012-11-11 Thread Alexander Neundorf
On Sunday 11 November 2012, Stephen Kelly wrote: Alexander Neundorf wrote: In 2.8.9 automoc did not ask the target for its include dirs, but it asked the directory for its include dirs. This contained and still contains as it seems the CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES. In 2.8.10 the

Re: [cmake-developers] Correct way to get include directories for a target (automoc regression) ?

2012-11-11 Thread Stephen Kelly
Alexander Neundorf wrote: On Sunday 11 November 2012, Stephen Kelly wrote: Alexander Neundorf wrote: In 2.8.9 automoc did not ask the target for its include dirs, but it asked the directory for its include dirs. This contained and still contains as it seems the

Re: [cmake-developers] Generator expressisons in target properties

2012-11-11 Thread Stephen Kelly
Brad King wrote: However, I can see that if upstream instead did this: set_property(TARGET foo APPEND PROPERTY LINK_INTERFACE_LIBRARIES_DEBUG yip) target_link_libraries(foo LINK_PUBLIC bang floom) Then 2.8.10 would result in 'yip;bang;floom', but 2.8.11 would result in

[cmake-developers] Documentation for CMAKE_*_FLAGS_* not homogenous

2012-11-11 Thread Eric Noulard
HI there, While reading the builtin doc for CMAKE_LANG_FLAGS_BUILD_TYPE answering a questoin I was surprise by the fact that the documentation for the CMAKE_*_FLAGS_* variable is not very homogenous. We currently have: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS_[CMAKE_BUILD_TYPE]