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:
Abdelrazak Younes 2006-12-22 12:41:25 +00:00
parent 5843e6bd7f
commit 6c648c13a8

View File

@ -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}")