[CMake] Cannot include third-party Framework headers directories as system directories in XCode for avoiding their warning

2016-05-10 Thread tetractius
Hi list, I have an issue caused by a warning in the qt5 brew version in osx when using Xcode generator I can safely find the qt framework in the brew cellar: set(CMAKE_PREFIX_PATH /usr/local/opt/qt5) find_package(Qt5Widgets REQUIRED) and with this I can easily add this framework to my project b

[CMake] Feature Request: performing the "Configure" step but not Generation with cmake command line tool (as in cmake-gui and ccmake)

2013-08-08 Thread tetractius
Hi, Sometimes ago I asked for the following feature with ID 0013359: The issue has been pushed back in the backlog. In the mean I added a patch. Recently I updated it with the last version of cmake in in git. I wonder if there was any space for this to be reviewed and in case integrated in the ma