Re: [CMake] ExternalProject_Add ... output directy (sln file directory)

2017-03-30 Thread Christophe Demez
/cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake -- Luciad

[CMake] ExternalProject_Add ... output directy (sln file directory)

2017-03-30 Thread Christophe Demez
Hi, I'm currently using one CMakeLists.txt file that will execute an external CMakeLists.txt (and dependency). For this I use the ExternalProject_Add command, but I can't find a way to specify where the ".sln" file will be generated. I have also created StackOverflow question here with

Re: [CMake] ExternalProject_Add ... output directy (sln file directory)

2017-03-31 Thread Christophe Demez
k : https://www.dropbox.com/s/eto84gwtw2rx8oe/CMakeTest.zip?dl=0 <https://www.dropbox.com/s/c4z2x5tus245daj/CMakeTest.zip?dl=0> On 30/03/2017 17:11, Christophe Demez wrote: BTW, I notice this too, if I use the following command line with an empty cmakelists.txt file : cmake -G "Visual