[CMake] Give clear warning if --build, -E or --find-package

2016-05-10 Thread Claudio C
I have seen this issue has been closed: https://cmake.org/Bug/view.php?id=16093#bugnotes I understand the synopsis shows that those "options" (so they are called) have to be given as first, but I think then it should be made explicit in the option description and/or cmake should give a clear

Re: [CMake] No cmake.exe in latest CMake windows binaries

2016-05-10 Thread Claudio C
I don't know the package on the website has been updated in the meantime, but cmake.exe and cmake-gui.exe are there now, in the bin subfolder. Message: 1 Date: Fri, 6 May 2016 22:32:01 +0100 From: Miklos Espak To: "cmake@cmake.org" Subject: [CMake] No

Re: [CMake] how to really change CMake linker

2016-04-20 Thread Claudio C
The proposed solution does not seem to work. There is now an issue related https://cmake.org/Bug/view.php?id=16059 -- Ing. Claudio Caraffi, PhD E-Mail: claudio.cara...@gmail.com -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[CMake] Module CheckIncludeFile should notify in case of flag errors

2016-04-20 Thread Claudio C
I recently struggled with the command CheckIncludeFile (and siblings) while working with a custom toolchain. Even if I was setting the necessary CMAKE_SYSROOT, include_directories and even CMAKE_REQUIRED_INCLUDES, the commands would report a given header was not found. When I hacked into: