From 10487fb2923292ab98b169f5c11ad233729e8fce 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. (cherry picked from commit 82246b5109d9bbadb8236c1d07d1d903181429f7) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56fc91a9ab..725c6868a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1034,8 +1034,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