]> git.lyx.org Git - lyx.git/commitdiff
Do not py-compile also on cmake build
authorKornel Benko <kornel@lyx.org>
Sun, 22 Jan 2012 13:05:37 +0000 (13:05 +0000)
committerKornel Benko <kornel@lyx.org>
Sun, 22 Jan 2012 13:05:37 +0000 (13:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40648 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/CMakeLists.txt
lib/scripts/CMakeLists.txt

index ed30a54d31083ca4dc6767b4d892ace3695eb669..6cfa5cd3038a8dbfb3f471dac2d304e9454fb374 100644 (file)
@@ -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)
index 2274dc0506b163282ece01da20265a52decd4fb4..a9439b7c51e4d290e55bb7d44ca7bde2f0c1e5f3 100644 (file)
@@ -7,6 +7,6 @@
 
 if (UNIX)
        set(_project "scripts")
-       include(../PyCompile)
+       include(../PyCompile)
 endif()