Hi all, I tried to use: set(CMAKE_USE_RELATIVE_PATHS ON) in my CMakeLists.txt. But I noticed, that some cmake variables can't be changed in that way. In the CMakeCache.txt, it is still OFF? What goes wrong? Which is the right way do set CMAKE_BUILD_TYPE and CMAKE_USE_RELATIVE_PATHS? //regards Claus