]> git.lyx.org Git - features.git/commitdiff
TOP_SRCDIR is needed, but LOCALEDIR and LYX_DIR refer to
authorAbdelrazak Younes <younes@lyx.org>
Fri, 22 Dec 2006 12:41:25 +0000 (12:41 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 22 Dec 2006 12:41:25 +0000 (12:41 +0000)
installation directories.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16380 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index cd8fe51155b5d6f20d6f22ee523e3247d94201b0..d05746cc4987227f81a8f665ad6cc515b53cda2d 100644 (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}")