From c599ed749d2cd51dae10b80a2c1f41b85dea9d9f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 11 Apr 2014 12:54:00 -0400 Subject: [PATCH] Remove file I accidentally committed. --- lib/lyx2lyx/CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/lyx2lyx/CMakeLists.txt diff --git a/lib/lyx2lyx/CMakeLists.txt b/lib/lyx2lyx/CMakeLists.txt deleted file mode 100644 index 6cfa5cd303..0000000000 --- a/lib/lyx2lyx/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -# This file is part of LyX, the document processor. -# Licence details can be found in the file COPYING. -# -# Copyright (c) 2008-2011 Peter Kümmel, -# Copyright (c) 2008-2011 Kornel Benko, -# - -configure_file(${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx_version.py.in - ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx) - -if (UNIX) - set(_project "lyx2lyx") - # include(../PyCompile) -endif() - -install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION ${LYX_DATA_SUBDIR}lyx2lyx)