mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
TOP_SRCDIR is needed, but LOCALEDIR and LYX_DIR refer to
installation directories. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5843e6bd7f
commit
6c648c13a8
@ -83,10 +83,10 @@ if(WIN32)
|
||||
endif(noconsole)
|
||||
endif(WIN32)
|
||||
|
||||
set(LYX_DIR "${CMAKE_SOURCE_DIR}/../../lib")
|
||||
set(LYX_DIR "")
|
||||
set(TOP_SRCDIR "${CMAKE_SOURCE_DIR}/../..")
|
||||
set(PROGRAM_SUFFIX "")
|
||||
set(LOCALEDIR "${CMAKE_SOURCE_DIR}/../../lib/po")
|
||||
set(LOCALEDIR "")
|
||||
|
||||
message("----- LYX_DIR : ${LYX_DIR}")
|
||||
message("----- TOP_SRCDIR : ${TOP_SRCDIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user