mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
92d84f2a04
commit
2d8f06d61e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user