]> git.lyx.org Git - features.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>
Mon, 25 Sep 2017 08:29:40 +0000 (10:29 +0200)
commit82246b5109d9bbadb8236c1d07d1d903181429f7
treeab3a1b3b941403694c6af33daad51eb306807642
parent040e9d32a6c1f69c444ed6593e67f96829f8052f
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