Re: [cmake-developers] RFC: CMake precompiled header support and custom compiler based implementation

2015-03-03 Thread Adam Strzelecki
Could we rename this? Currently target_* functions are all related to usage requirements and these are not usage requirements. Honestly I don't understand your request. What would be then the name that better represents what the function does. Also please note this is proposed API to be

[cmake-developers] A CMAKE_EMULATOR variable

2015-03-03 Thread Matt McCormick
Hi, I have pushed to stage [1] support for a CMAKE_EMULATOR variable to help when cross-compiling. The goal is to improve cross compiling with CMake by making it easier to build and run tests. In principle, the commands cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain.cmake