Re: [CMake] CMP0054 and CMake Modules

2015-09-25 Thread thoni56
Any idea why this only happens on Cygwin? Not on Linux or MacOSX. Is this a clue to something? How can I use this information to debug the issue further? /Thomas -- View this message in context: http://cmake.3232098.n2.nabble.com/CMP0054-and-CMake-Modules-tp7590137p7591629.html Sent from the C

Re: [CMake] CMP0054 and CMake Modules

2015-09-21 Thread thoni56
Also, this does not happen on MacOSX with Macports cmake. But does on Cygwin. thoni56 wrote > > Nils Gladitz-2 wrote >> On 09/21/2015 09:37 AM, thoni56 wrote: >>>Quoted variables like "" will no longer be dereferenced when the >>> policy is >> &

Re: [CMake] CMP0054 and CMake Modules

2015-09-21 Thread thoni56
variable was as having the empty name ;-). And if I look at /usr/share/cmake-3.3.1/Modules/CMakeParseImplicitLinkInfo.cmake:58 I should probably see the variable (or one that expands to include it)? /Thomas Nils Gladitz-2 wrote > On 09/21/2015 09:37 AM, thoni56 wrote: >>Quoted v

Re: [CMake] CMP0054 and CMake Modules

2015-09-21 Thread thoni56
I can't find a bug report on this. Is there one? Surely Cmake distributed modules should not generate this type of warnings. Or am I misinterpreting the messages? I'm encountering numerous such problems/warnings in Cmake distributed modules: CMake Warning (dev) at /usr/share/cmake-3.3.1/Modul