]> git.lyx.org Git - lyx.git/commitdiff
Cmake build: Only use the new lyxconvert on MAC
authorKornel Benko <kornel@lyx.org>
Tue, 3 Oct 2017 20:12:23 +0000 (22:12 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 3 Oct 2017 20:14:37 +0000 (22:14 +0200)
src/CMakeLists.txt

index dc21812c128d984bc8cc5ab61abf6fd82664da7f..39c751f3ff285b5a8fb3d1f01fdb7fddd0ab0b5f 100644 (file)
@@ -17,7 +17,9 @@ add_subdirectory(insets)
 add_subdirectory(mathed)
 add_subdirectory(support)
 add_subdirectory(tex2lyx)
-add_subdirectory(convert)
+if (APPLE)
+  add_subdirectory(convert)
+endif()
 if (UNIX)
        add_subdirectory(client)
 endif()