cmake: fix some stupid errors

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28234 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-01-18 10:55:54 +00:00
parent 83ef86b076
commit 802ca12d08
2 changed files with 0 additions and 12 deletions

View File

@ -22,9 +22,6 @@ macro(lyx_install _parent_src_dir _gl_dir _file_type)
set(_dir_list ${_parent_src_dir}/${_dir}/.)
endif()
endif()
if(_glob_dir STREQUAL ".")
set(_dir_list ${_parent_src_dir}/${_dir}/.)
endif()
#message(STATUS "${_dir}/${_glob_dir} -> ${_dir_list} ")
foreach(_current_dir ${_dir_list})
file(GLOB _item_list ${_current_dir}/${_file_type})

View File

@ -8,13 +8,4 @@
set(_project "lyx2lyx")
include(../PyCompile)
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
#
set(_project "lyx2lyx")
include(../PyCompile)