CMake: Build fix.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Tue, 12 Oct 2010 15:27:56 +0000 (08:27 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Oct 2010 21:25:51 +0000 (23:25 +0200)
commitecd624b8e774a8590d9e4e61be58fe94369ca357
tree4ac275ded580860c124fb3ae3829bd316ceb1700
parent81f151c912105ded480c3c88a1be53ca345298a1
CMake: Build fix.

Do not match the trailing '\n' in the regular expression as this would
make us dump a ) parenthesis on a new line.

This fixes the following error:

would get transformed into:

)

Bug: http://curl.haxx.se/mail/lib-2010-10/0065.html
Reported by: Dimitre Dimitrov
CMakeLists.txt