search for: cmake_target_usage_requirements

Displaying 2 results from an estimated 2 matches for "cmake_target_usage_requirements".

2015 Feb 24
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...in newer CMake versions, that I would like to see used: CMake 2.8.10 * INTERFACE_LIBRARY (we already use this by hacking around the CMake version) CMake 2.8.11 * Targets can now have dependencies that are arbitrary files instead of just link dependencies (http://community.kde.org/Frameworks/Epics/CMake_target_usage_requirements <http://community.kde.org/Frameworks/Epics/CMake_target_usage_requirements>) * target_include_directories command (allows us to cleanup our code) * target_compile_definitions command (allows us to cleanup our code) * More updates to the Interface library features CMake 2.8.12 * New ALIAS tar...
2015 Feb 24
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
> On Feb 24, 2015, at 11:13 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Feb 24, 2015, at 9:33 AM, Chris Bieneman <beanz at apple.com> wrote: >> >>> >>> On Feb 24, 2015, at 8:45 AM, Tobias Grosser <tobias at grosser.es> wrote: >>> >>> On 09.02.2015 20:12, Chris Bieneman wrote: >>>> It