search for: cmake_reset_check_st

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

2015 Feb 24
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...et_compile_definitions command (allows us to cleanup our code) * More updates to the Interface library features CMake 2.8.12 * New ALIAS targets * CMAKE_CONFIGURATION_TYPES variable is defined in multi-config generators (we already use this) * XCODE_ATTRIBUTE_* might be nice for our Xcode users… * cmake_reset_check_state - would be handy for anyone doing development against changing target operating systems CMake 3.0 * CMAKE_SYSROOT * CMAKE_<LANG>_COMPILER_TARGET would be useful for cross-compiling Aside from this there are lots of fixes and changes around the export() and install(EXPORT) commands that s...
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