[CMake] Build-time override? (was Re: ExternalProject_Add and inheritance)

2015-12-11 Thread Christopher Sean Morrison
On Dec 11, 2015, at 2:44 AM, CHEVRIER, Marc wrote: > With CMake, you can control compilation and link flags with the following > environment variables: > CC: specify C compiler > CFLAGS: C compiler flags > CXX: specify C++ compiler > CXXFLAGS: C++ compiler flags > LDFLAGS: linker flags > And to

Re: [CMake] print a message during a specific build target

2015-12-04 Thread Christopher Sean Morrison
ttps://ionic.com> > > Ionic Security Inc. > 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 > > > > > > > > > > > > > > On 11/24/15, 12:04 AM, "CMake on behalf of Christopher Sean Morrison" > wrote: > >>

[CMake] print a message during a specific build target

2015-11-23 Thread Christopher Sean Morrison
Hi, I’m trying to print a message for a particular build target and am a bit stuck. I found that the IF statement has a TARGET keyword that should truthfully match for a particular build target, but it doesn’t seem to be working at least the way I’m trying to use it and would expect it to wor