Re: [CMake] make_directory deprecated. What's the correct solution to generate directories at build time now?

2016-10-14 Thread Paulo Waelkens
You are right! The documentation quick search for the "make_directory" keyword does not find the cmake executable documentation (i.e. the make_directory command-line tool), only the script command. That tripped me up. If you manually go to the cmake executable documentation ( https://cmake.org/cma

Re: [CMake] make_directory deprecated. What's the correct solution to generate directories at build time now?

2016-10-11 Thread iosif neitzke
I think only the cmake script command make_directory is deprecated, not the cmake command-line tool -E mode make_directory? On Tue, Oct 11, 2016 at 5:21 PM, Paulo Waelkens wrote: > Hello, > > to create a cmake directory at build time > (http://stackoverflow.com/questions/3702115/creating-a-direct