Author: kornel
Date: Sun Jan 22 14:05:37 2012
New Revision: 40648
URL: http://www.lyx.org/trac/changeset/40648

Log:
Do not py-compile also on cmake build

Modified:
   lyx-devel/trunk/lib/lyx2lyx/CMakeLists.txt
   lyx-devel/trunk/lib/scripts/CMakeLists.txt

Modified: lyx-devel/trunk/lib/lyx2lyx/CMakeLists.txt
==============================================================================
--- lyx-devel/trunk/lib/lyx2lyx/CMakeLists.txt  Sun Jan 22 13:35:07 2012        
(r40647)
+++ lyx-devel/trunk/lib/lyx2lyx/CMakeLists.txt  Sun Jan 22 14:05:37 2012        
(r40648)
@@ -11,7 +11,7 @@
 
 if (UNIX)
        set(_project "lyx2lyx")
-       include(../PyCompile)
+       # include(../PyCompile)
 endif()
 
 install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION 
${LYX_DATA_SUBDIR}lyx2lyx)

Modified: lyx-devel/trunk/lib/scripts/CMakeLists.txt
==============================================================================
--- lyx-devel/trunk/lib/scripts/CMakeLists.txt  Sun Jan 22 13:35:07 2012        
(r40647)
+++ lyx-devel/trunk/lib/scripts/CMakeLists.txt  Sun Jan 22 14:05:37 2012        
(r40648)
@@ -7,6 +7,6 @@
 
 if (UNIX)
        set(_project "scripts")
-       include(../PyCompile)
+       # include(../PyCompile)
 endif()
 

Reply via email to