From 82246b5109d9bbadb8236c1d07d1d903181429f7 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 25 Sep 2017 10:29:40 +0200 Subject: [PATCH] Cmake build: Unconditionally create many install targets Previously one needed to use '-D_LYX_INSTALL=ON' to be able to install some targets. This change only creates rules to make installation possible for the underlying toolset. The setting is still needed to create the rules for manuals, lokalizations and win32 install scripts. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 302ac19366..35e47e4bc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1028,8 +1028,8 @@ if(LYX_INSTALL) endif() add_subdirectory(${LYX_CMAKE_DIR}/doc "${TOP_BINARY_DIR}/doc") endif() - include(../Install) endif() +include(../Install) add_subdirectory(src "${TOP_BINARY_DIR}/src") add_subdirectory(lib/lyx2lyx "${TOP_BINARY_DIR}/lyx2lyx") -- 2.39.5