Re: [CMake] Does CMake support the --question option for GNU Makefiles?

2018-11-27 Thread Alex Tzonkov
emp/bldlibvnc$ echo $? > 1 > zzz@i7-lab:~/temp/bldlibvnc$ make -q libvncclient.so > zzz@i7-lab:~/temp/bldlibvnc$ echo $? > 0 > > So you'll need to discern the actual target you want to check. > > Best regards... > > On Tue, Nov 27, 2018 at 11:51 AM Alex Tzonko

[CMake] Does CMake support the --question option for GNU Makefiles?

2018-11-27 Thread Alex Tzonkov
We are using cmake for our project and recently discovered that the generated Makefiles do not seem to work correctly with the '--question' or '-q' option. The return code is always '1' even if there are no changes which would require rebuilding/recompiling anything. I am not sure if this is an iss

[CMake] Help with GNU Make --question option

2018-11-13 Thread Alex Tzonkov
We are using cmake for our project and recently discovered that the generated Makefiles do not seem to work correctly with the '--question' or '-q' option. They always exit with return code '1' even if there are no changes which would require rebuilding anything. I am not sure if this is an issue w