Am Donnerstag, 21. Dezember 2006 16:37 schrieb Abdelrazak Younes: > Georg Baum wrote: > > Am Donnerstag, 21. Dezember 2006 15:56 schrieb Abdelrazak Younes: > >> Enrico Forestieri wrote: > >> > >>>> set(LYX_DIR "${CMAKE_SOURCE_DIR}/../../lib") > >>>> set(TOP_SRCDIR "${CMAKE_SOURCE_DIR}/../..") > >>>> -set(PROGRAM_SUFFIX "${CMAKE_SOURCE_DIR}/bin") > >>>> +set(PROGRAM_SUFFIX "") > >>>> set(LOCALEDIR "${CMAKE_SOURCE_DIR}/../../lib/po") > >>> Abdel, both LYX_DIR and LOCALEDIR should be set to the installation > >>> directories. > >> There is no such thing as installation directory in CMake (as of now) so > >> we have no choice but to last resort on the source directory. > > > > That does not make sense, since the source dir is searched anyway. > > OK, didn't know, sorry Enrico. > > > If there > > is no installation dir then it is probably best to leave these variables > > empty. > > All of them?
Of course not. TOP_SRCDIR is needed, but LOCALEDIR and LYX_DIR refer to installation directories (see above). Georg