Re: [cfe-users] cmake error with cmake 3.9.1

2017-08-27 Thread masaru tsuchiyama via cfe-users
Hello This was fixed at https://gitlab.kitware.com/cmake/cmake/merge_requests/1179 It will be released at cmake 3.9.2 Regards. Masaru 2017-08-20 11:22 GMT+09:00 Masaru Tsuchiyama : > Hello > > This was a bug of cmake. > > cmake doesn't create 'rules.ninja' while the build process > even though

Re: [cfe-users] cmake error with cmake 3.9.1

2017-08-19 Thread Masaru Tsuchiyama via cfe-users
Hello This was a bug of cmake. cmake doesn't create 'rules.ninja' while the build process even though generated build.ninja has a line "include rules.ninja". I can reproduce it with the other project which uses cmake. Regards. Masaru. Masaru Tsuchiyama wrote: Hello I updated cmake to 3.9.1,