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
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:
>
>>
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