don't overwrite the command line value

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-09-03 18:04:23 +00:00
parent 92d84f2a04
commit 2d8f06d61e

View File

@ -1,8 +1,9 @@
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
if(NOT CODE_GROUP_NAME)
set(CODE_GROUP_NAME "The Golden Code")
endif(NOT CODE_GROUP_NAME)
include(LyXPaths)
include(LyXMacros)