X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2FCMakeLists.txt;h=6cfa5cd3038a8dbfb3f471dac2d304e9454fb374;hb=9b4160e0f8dc2b2b3d622ce1c203e997a6c252b3;hp=ed30a54d31083ca4dc6767b4d892ace3695eb669;hpb=897edc10c07f5605584317376d7e909e1eba9319;p=lyx.git diff --git a/lib/lyx2lyx/CMakeLists.txt b/lib/lyx2lyx/CMakeLists.txt index ed30a54d31..6cfa5cd303 100644 --- a/lib/lyx2lyx/CMakeLists.txt +++ b/lib/lyx2lyx/CMakeLists.txt @@ -11,7 +11,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION ${LYX_D if (UNIX) set(_project "lyx2lyx") - include(../PyCompile) + # include(../PyCompile) endif() install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)