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. Thank you! Joachim