Author: sanda
Date: Sat Mar  2 23:23:28 2024
New Revision: 41300
URL: http://www.lyx.org/trac/changeset/41300

Log:
* news.inc  

This was always wrong, but php 8 chokes on it.

Modified:
   www-user/trunk/farm/cookbook/LyX/news.inc

Modified: www-user/trunk/farm/cookbook/LyX/news.inc
==============================================================================
--- www-user/trunk/farm/cookbook/LyX/news.inc   Fri Feb  2 19:54:11 2024        
(r41299)
+++ www-user/trunk/farm/cookbook/LyX/news.inc   Sat Mar  2 23:23:28 2024        
(r41300)
@@ -758,7 +758,7 @@
 
 <p>NOTE 2 (for Linux/CMake users):
 If some of the dependencies of the test suite are not satisfied, CMake might 
not be able to generate the project files. To fix this problem, remove the 
following line from \"CMakeLists.txt\":<br>
-  add_subdirectory(development/autotests 
\"${TOP_BINARY_DIR}/autotests\")</p>");
+  add_subdirectory(development/autotests 
\"\${TOP_BINARY_DIR}/autotests\")</p>");
 
 news_item("GSoC 2013 Program.", "Projects accepted", "Jun 6, 2013",
 "<p>We are happy to announce that this summer 3 students will be working in the
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to