Re: [CMake] cmake gives poor warning on missing double-quote?

2014-09-02 Thread Jakub Zakrzewski
To: cmake Subject: [CMake] cmake gives poor warning on missing double-quote? If you leave off a doublequote somewhere, you will get confusing messages like CMake Warning (dev) in CMakeLists.txt: Syntax Warning in cmake code at /home/joe/foo/CMakeLists.txt:66:79 Argument not separated from

Re: [CMake] cmake gives poor warning on missing double-quote?

2014-09-02 Thread David Cole via CMake
Yes, but the warning text could certainly mention a missing closing quote as a possible cause, and it could also avoid repeating itself infinitely... The first occurence should be enough to pinpoint the problem upon investigation. Presumably, Dan, this was followed by an error of some sort as

[CMake] cmake gives poor warning on missing double-quote?

2014-09-01 Thread Dan Kegel
If you leave off a doublequote somewhere, you will get confusing messages like CMake Warning (dev) in CMakeLists.txt: Syntax Warning in cmake code at /home/joe/foo/CMakeLists.txt:66:79 Argument not separated from preceding token by whitespace. This warning is for project developers.