Do not py-compile also on cmake build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2012-01-22 13:05:37 +00:00
parent 29627f1680
commit b64014229f
2 changed files with 2 additions and 2 deletions

View 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)

View File

@ -7,6 +7,6 @@
if (UNIX)
set(_project "scripts")
include(../PyCompile)
# include(../PyCompile)
endif()