From: Peter Kümmel Date: Sun, 3 Sep 2006 18:04:23 +0000 (+0000) Subject: don't overwrite the command line value X-Git-Tag: 1.6.10~12651 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2d8f06d61ef6917eefbd5299a82dd02f6000acdd;p=lyx.git don't overwrite the command line value git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14884 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index f85e3a24e6..c2708c95b7 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -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)