Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
ddf8dbf5
Commit
ddf8dbf5
authored
Nov 27, 2019
by
Nikita Sirgienko
Browse files
Fix build with Discount (markdown support) after
4723d4c3
parent
11cddacf
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ddf8dbf5
...
...
@@ -61,6 +61,8 @@ include(ECMAddAppIcon)
include
(
GenerateExportHeader
)
add_subdirectory
(
thirdparty
)
# Need to set this here, because variable can't move from subdirectory (thirdparty) to upper cmake scope
set
(
Discount_FOUND TRUE
)
if
(
NOT WIN32
)
set_package_properties
(
LibSpectre PROPERTIES DESCRIPTION
"A PostScript rendering library"
...
...
thirdparty/CMakeLists.txt
View file @
ddf8dbf5
...
...
@@ -27,7 +27,6 @@ set_target_properties(Discount::Lib PROPERTIES
POSITION_INDEPENDENT_CODE ON
)
add_dependencies
(
Discount::Lib discount_project-build
)
set
(
Discount_FOUND TRUE
)
# preview.sty
install
(
FILES standalone.cls DESTINATION
${
KDE_INSTALL_DATADIR
}
/cantor/latex
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment