]> git.lyx.org Git - features.git/commitdiff
Fix hard-coded path for locales dir.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 21 Dec 2006 09:52:58 +0000 (09:52 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 21 Dec 2006 09:52:58 +0000 (09:52 +0000)
I am not sure about what the PROGRAM_SUFFIX should contain...

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

development/cmake/CMakeLists.txt

index 5bf885b1dcc3f349180f502658d7ce0aca92d820..8cc28e8f24ffc9ce5dc32cf578eaacaaec685e2b 100644 (file)
@@ -85,8 +85,8 @@ endif(WIN32)
 
 set(LYX_DIR         "${CMAKE_SOURCE_DIR}/../../lib")
 set(TOP_SRCDIR      "${CMAKE_SOURCE_DIR}/../..")
-set(PROGRAM_SUFFIX  "")
-set(LOCALEDIR       "")
+set(PROGRAM_SUFFIX  "${CMAKE_SOURCE_DIR}/bin")
+set(LOCALEDIR       "${CMAKE_SOURCE_DIR}/../../lib/po")
 
 message("----- LYX_DIR       : ${LYX_DIR}")
 message("----- TOP_SRCDIR    : ${TOP_SRCDIR}")