Hi, shouldn't FILE(TO_NATIVE_PATH ) on UNIX replave the ";" used by cmake as separators with ":" used for most environment variables as separators ? Currently it doesn't and I wonder how I should transform a cmake list into an environment variable path separated usign ":" ? (will do it manually for now...) Alex