Re: [CMake] changing CMAKE_FILES_DIRECTORY

2010-07-27 Thread Alexander Neundorf
On Tuesday 27 July 2010, naryniecki wrote: > hi, > I have problem with changing this variable. > I have directory structure as follow: > root_dir > sources > build > conf1 > conf2 > I have CMakeLists.txt placed in root_dir. I need to build my project in 2 > configuration (conf1 and conf2) and w

[CMake] changing CMAKE_FILES_DIRECTORY

2010-07-27 Thread naryniecki
hi, I have problem with changing this variable. I have directory structure as follow: root_dir sources build conf1 conf2 I have CMakeLists.txt placed in root_dir. I need to build my project in 2 configuration (conf1 and conf2) and want all cmake-files where generated to conf1 or conf2. I want