Re: [cmake-developers] Target usage requirements and conventions

2012-04-30 Thread Brad King
On 4/29/2012 11:02 AM, Stephen Kelly wrote: The topic of 'target usage requirements' has come up several times. It's something I'd like to work further towards in CMake 2.8.9. I have created a wiki page on the KDE wiki (there for my convenience mostly) so that we can discuss the design,

[cmake-developers] [CMake 0013177]: File matching patterns not functional when installing headers

2012-04-30 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13177 == Reported By:Braden McDaniel Assigned To:

[cmake-developers] Setting the INCLUDE_DIRECTORIES property before and after a target after 9106b564

2012-04-30 Thread Raphael Kubo da Costa
While packaging CMake 2.8.8 for FreeBSD, an old port of lprof [1] started failing to build after some include headers were not found. The relevant CMakeLists does the following: add_library(foo foo.c) set_directory_properties( PROPERTIES INCLUDE_DIRECTORIES ${SOME_DIRECTORY}) foo.c