Op 23-7-2013 21:43, Kornel Benko schreef:
commit 33f23ae8e5250b76542877681846bc0125da3548
Author: Kornel Benko <kor...@lyx.org>
Date: Tue Jul 23 21:42:44 2013 +0200
Export tests in cmake build: Do not use the default userdir while
running lyx.
diff --git a/development/autotests/CMakeLists.txt
b/development/autotests/CMakeLists.txt
index c5fd05d..1dba37a 100644
--- a/development/autotests/CMakeLists.txt
+++ b/development/autotests/CMakeLists.txt
@@ -59,7 +59,7 @@ if(Q_WS_X11)
endif()
if(Missing)
- message(STATUS "Missing libraries or programs to create xvkbd: ${Missing}")
+ message(STATUS "Missing Libraries or programms to create xvkbd:
${Missing}")
message(STATUS "cmake build is therefore omiting autotests")
endif()
I guess this is an unwanted change ?
Vincent