Re: [cmake-developers] Linux PGI compiler missing --build-id flag by default

2016-09-23 Thread Brad King
On 09/23/2016 09:01 AM, Domen Vrankar wrote: > If nobody else is missing this flag I'll just add the flag in > 'if(CMAKE_CXX_COMPILER_ID MATCHES "PGI")' block for this test > for now and explain it in CPackRPM docs. Sounds good. You should be able to use STREQUAL instead of MATCHES. Thanks, -Bra

Re: [cmake-developers] Linux PGI compiler missing --build-id flag by default

2016-09-23 Thread Domen Vrankar
> On 09/23/2016 06:47 AM, Domen Vrankar wrote: > > I have rpm tests failing on dashboard [1] and it would seem that PGI > compiler > > is missing --build-id flag by default which can be added [2] > > > > Is this default behavior (missing --build-id flag) intended or simply > missing from CMake? > >

Re: [cmake-developers] Linux PGI compiler missing --build-id flag by default

2016-09-23 Thread Brad King
On 09/23/2016 06:47 AM, Domen Vrankar wrote: > I have rpm tests failing on dashboard [1] and it would seem that PGI compiler > is missing --build-id flag by default which can be added [2] > > Is this default behavior (missing --build-id flag) intended or simply missing > from CMake? > > I'm gues

[cmake-developers] Linux PGI compiler missing --build-id flag by default

2016-09-23 Thread Domen Vrankar
Hi all, I have rpm tests failing on dashboard [1] and it would seem that PGI compiler is missing --build-id flag by default which can be added [2]