Re: [CMake] Question about CMAKE_INSTALL_PREFIX

2007-09-26 Thread Joachim Ziegler
Dizzy wrote: So, do you have the target file /KM/usr/ziegler/ExGen/cmake/build/src/CMakeFiles/CMakeRelink.dir/startCompletionServer ? In src/, I have the target ADD_EXECUTABLE(startCompletionServer StartCompletionServer.cpp ${BASEFILES}) If yes do you have write privileges in

Re: [CMake] Question about CMAKE_INSTALL_PREFIX

2007-09-26 Thread Joachim Ziegler
Dizzy wrote: In what way it is not used correctly? Do you set it from within CMakeLists.txt? Because that doesn't work. You can set it externally with -D Yes, in CMakeLists.txt. to cmake command line tho (similar to how you could give --prefix to configure of autoconf). OK, that works.