]> git.lyx.org Git - features.git/commitdiff
add missing quote
authorEdwin Leuven <e.leuven@gmail.com>
Mon, 13 Jul 2009 09:21:06 +0000 (09:21 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Mon, 13 Jul 2009 09:21:06 +0000 (09:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30535 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 5b2124e778b65e3c1bb35092a67afce0e6acae38..5e82a9e719808bb275d6748ca2337c302d41ed88 100644 (file)
@@ -197,7 +197,7 @@ endif()
 find_file(HUNSPELL_FOUND hunspell.hxx)
 
 if (HUNSPELL_FOUND)
-    message(STATUS "----- Building with Hunspell)
+    message(STATUS "----- Building with Hunspell")
 else()
     message(STATUS "----- Hunspell not found, building without hunspell support")
 endif()