]> git.lyx.org Git - lyx.git/commit
Cmake build: Unconditionally create many install targets
authorKornel Benko <kornel@lyx.org>
Mon, 25 Sep 2017 08:29:40 +0000 (10:29 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 4 Oct 2017 08:16:30 +0000 (10:16 +0200)
commit10487fb2923292ab98b169f5c11ad233729e8fce
tree0f671930211bfcdb02b4336875cafe4021393146
parenta506c6b73b81fac52e32b2ca31b9e92d67ae250a
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