Re: [cmake-developers] Failing CMake WinStorePhone tests

2014-11-20 Thread David Cole via cmake-developers
Well, after installing the Update 4 to VS 2013 yesterday, and letting the dashboards run their usual course overnight ... the WinStorePhone tests seem to work just fine now. So: must be some difference in VS 2013 out of the box and Update 4 that was to blame. I'm perfectly ok with saying you

[cmake-developers] _IMPORT_PREFIX and using full paths

2014-11-20 Thread Arkadiusz Miśkiewicz
Hello. Trying to build kde frameworks and got weird problem, when building kauth which uses kcoreaddons : CMake Error in src/CMakeLists.txt: Imported target KF5::CoreAddons includes non-existent path /include/KF5/KCoreAddons in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Nils Gladitz
On 11/18/2014 04:10 PM, Alin Marin Elena wrote: the original bug/feature was introduced by this https://www.cmake.org/Bug/view.php?id=14656history=1 @Brad: Could this be fixed in time for 3.1? Nils -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Brad King
On 11/20/2014 8:28 AM, Nils Gladitz wrote: On 11/18/2014 04:10 PM, Alin Marin Elena wrote: the original bug/feature was introduced by this https://www.cmake.org/Bug/view.php?id=14656history=1 @Brad: Could this be fixed in time for 3.1? Yes, since it is a regression. On 11/18/2014 10:10 AM,

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Nils Gladitz
On 11/20/2014 02:32 PM, Brad King wrote: On 11/18/2014 10:10 AM, Alin Marin Elena wrote: 2. the fortran test in FindOpenMP.cmake shall be provided in fixed form (add 6 empty spaces in front of the character of each line) Please use this approach in a topic based of origin/release. Thanks,

Re: [cmake-developers] Patch for new warning caused by CMP0054

2014-11-20 Thread Brad King
On 11/19/2014 4:26 AM, Fraser Hutchison wrote: I've attached an updated patch Thanks. Applied here: Avoid if() quoted auto-dereference when checking for MSVC http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4d52cd36 and backported for the 'release' branch here: Avoid if() quoted

Re: [cmake-developers] FindOpenMP and gfortran

2014-11-20 Thread Brad King
On 11/20/2014 8:57 AM, Nils Gladitz wrote: Thanks, done. @Alin I hope you don't mind that I took the liberty :) Alin, the commit is here: FindOpenMP: Use fixed form Fortran test program http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d633ebf Please try it out so we know it fixes your

Re: [cmake-developers] Patch for new warning caused by CMP0054

2014-11-20 Thread Fraser Hutchison
On 20/11/2014 13:59, Brad King wrote: The latter will be merged to 'release' for 3.1.0-rc3. Thanks very much. Fraser. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the

Re: [cmake-developers] _IMPORT_PREFIX and using full paths

2014-11-20 Thread Stephen Kelly
Arkadiusz Miśkiewicz wrote: Hello. Trying to build kde frameworks and got weird problem, when building kauth which uses kcoreaddons : Can you put all of this into a bug report please? http://public.kitware.com/Bug/bug_report_page.php Remember: paste the important info, not pastebin

[cmake-developers] [CMake 0015258]: 3.0.2-3.1rc2: _IMPORT_PREFIX always used even if absolute paths are in use - thus breaking build

2014-11-20 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15258 == Reported By:Arkadiusz Miskiewicz Assigned To: