From 6c648c13a8f7892c773662d50ee5a7539cac7c2a Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 22 Dec 2006 12:41:25 +0000 Subject: [PATCH] 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 --- development/cmake/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index cd8fe51155..d05746cc49 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -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}") -- 2.39.2