Re: [CMake] Deb Package messages only if deb is available

2011-03-18 Thread Dixon, Shane
Eric, Thank you for the guidance on this. I'll give it a try. -- Shane -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Thursday, March 17, 2011 12:24 PM To: Dixon, Shane Cc: cmake@cmake.org Subject: Re: [CMake] Deb Package messages only if deb is avai

Re: [CMake] Deb Package messages only if deb is available

2011-03-17 Thread Eric Noulard
2011/3/17 Dixon, Shane : > I want to add some messages at the end of cmake that display all the > DEB-related variables and what they’re set to.  I’d prefer to now shows > these when building on windows where DEB isn’t available.  Is there > something like > > > >   If(DEBIAN_FOUND) This is not cu

[CMake] Deb Package messages only if deb is available

2011-03-17 Thread Dixon, Shane
I want to add some messages at the end of cmake that display all the DEB-related variables and what they're set to. I'd prefer to now shows these when building on windows where DEB isn't available. Is there something like If(DEBIAN_FOUND) that I can use to determine if the deb packag