Hi!

The cmake is broken for some days now because mathed headers are not part of the project. Here is the patch.

Schimmi

Index: src/mathed/CMakeLists.txt
===================================================================
--- src/mathed/CMakeLists.txt   (Revision 18074)
+++ src/mathed/CMakeLists.txt   (Arbeitskopie)
@@ -7,7 +7,7 @@
project(mathed)
file(GLOB mathed_sources ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
-file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_CPP_FILES})
+file(GLOB mathed_headers ${TOP_SRC_DIR}/src/mathed/${LYX_HPP_FILES})
list(REMOVE_ITEM mathed_sources
        ${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp

Attachment: PGP.sig
Description: Signierter Teil der Nachricht

Reply via email to