summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-21 18:28:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-21 18:28:55 +0200
commit18212214dda6f18bdc6bb21307668472b5726602 (patch)
tree52f7fbb221adad782e4c1bdee8a4c4a19cb101e6
parent58955605b89a47f2a438ec1eca77bef91c4af032 (diff)
Cleanup
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 69b7c5c8..419fa25c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -473,7 +473,6 @@ MimeType=x-scheme-handler/gemini;x-scheme-handler/gopher;
473 if (NOT ENABLE_RELATIVE_EMBED) 473 if (NOT ENABLE_RELATIVE_EMBED)
474 target_compile_definitions (app PUBLIC 474 target_compile_definitions (app PUBLIC
475 LAGRANGE_EMB_BIN="${CMAKE_INSTALL_FULL_DATADIR}/lagrange/resources.lgr") 475 LAGRANGE_EMB_BIN="${CMAKE_INSTALL_FULL_DATADIR}/lagrange/resources.lgr")
476 endif ()
477 endif () 476 endif ()
478 install (FILES ${EMB_BIN} DESTINATION ${CMAKE_INSTALL_DATADIR}/lagrange) 477 install (FILES ${EMB_BIN} DESTINATION ${CMAKE_INSTALL_DATADIR}/lagrange)
479endif () 478endif ()