]> git.lyx.org Git - lyx.git/commit
Cmake build: Adapt handling of mytheslib to automek behaviour
authorKornel Benko <kornel@lyx.org>
Tue, 7 Mar 2017 13:27:08 +0000 (14:27 +0100)
committerKornel Benko <kornel@lyx.org>
Tue, 7 Mar 2017 13:27:08 +0000 (14:27 +0100)
commit5d3d26b0241da8f28e0b6b7cce23a8c5761e43de
tree3f61a1ff293642b50539dffaae9541df51af2480
parentdc126bad0441eb8721043e597657d5c18bdf6c90
Cmake build: Adapt handling of mytheslib to automek behaviour

The added cmake-parameter is:
  -DLYX_EXTERNAL_MYTHES=<value>
where <value> is one of
  AUTO (Default) Search first on system for mythes (lib and include)
  ON Use installed only (errors if not installed)
  OFF Compile the provided source in 3rdparty
3rdparty/mythes/CMakeLists.txt [new file with mode: 0644]
CMakeLists.txt
development/cmake/modules/FindMyThesLIB.cmake
src/CMakeLists.txt
src/support/CMakeLists.txt