On Tuesday, November 19, 2019 00:52 CET, Christophe Giboudeaux
<[email protected]> wrote:
> On lundi 18 novembre 2019 22:05:40 CET Albert Astals Cid wrote:
> > El dilluns, 18 de novembre de 2019, a les 21:28:26 CET, Tobias C. Berner va
> escriure:
> > > Moin moin
> >
> > > Using cmake version 3.15.5 with out-of-source build using the cmake args:
> > Same version as me, it still works when using your params :/
> >
> > Anyhow it seems Christophe had a potential patch?
> >
>
> The patch was not complete. Test with the one attached.
> (tested with make & ninja)
Almost good -- ninja install fails because it now looks for
thirdparty/thirdparty/standalone.cls
It works here with the attached extra patch.
ttyl
bero
diff -up cantor-19.11.80/thirdparty/CMakeLists.txt.omv~ cantor-19.11.80/thirdparty/CMakeLists.txt
--- cantor-19.11.80/thirdparty/CMakeLists.txt.omv~ 2019-11-19 00:28:47.084633440 +0100
+++ cantor-19.11.80/thirdparty/CMakeLists.txt 2019-11-19 00:28:59.485687083 +0100
@@ -29,4 +29,4 @@ add_dependencies(Discount::Lib discount_
set(Discount_FOUND TRUE)
# preview.sty
-install(FILES thirdparty/standalone.cls DESTINATION ${KDE_INSTALL_DATADIR}/cantor/latex )
+install(FILES standalone.cls DESTINATION ${KDE_INSTALL_DATADIR}/cantor/latex )