]> git.lyx.org Git - lyx.git/commitdiff
don't overwrite the command line value
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 18:04:23 +0000 (18:04 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 3 Sep 2006 18:04:23 +0000 (18:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14884 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index f85e3a24e65aa373261f1489594e05bc9a28b0fe..c2708c95b7db81d24250eb710adcff2fdc24a435 100644 (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)