Re: [cmake-developers] dry-run support

2015-07-01 Thread Honggyu Kim
> From: Eric Noulard [mailto:eric.noul...@gmail.com] > Sent: Wednesday, July 01, 2015 6:14 PM > To: Honggyu Kim > Cc: CMake Developers > Subject: Re: [cmake-developers] dry-run support > What you already have with CMake is the --trace option which can be very > useful

Re: [cmake-developers] dry-run support

2015-07-01 Thread Eric Noulard
2015-07-01 10:34 GMT+02:00 Honggyu Kim : > Hi all, > > I would like to see the exact command execution list when I build using > cmake. > Make has an option "--dry-run" as many of you already know: > > $ make --help > -n, --just-print, --dry-run, --recon > Don't actua