2018-04-24 21:37 GMT+02:00 Yves Frederix :
> There is no real need to go through an intermediate variable. The following
> should work:
>
> add_compile_options(
>"$<$:-Wall;-Wextra;-Werror>"
> )
Ah, of course. Thanks.
Elvis
>
> Yves
>
>
> On Tue, Apr 24, 2018 at 6:58 PM, Elvis Stansvik
> wr
There is no real need to go through an intermediate variable. The following
should work:
add_compile_options(
"$<$:-Wall;-Wextra;-Werror>"
)
Yves
On Tue, Apr 24, 2018 at 6:58 PM, Elvis Stansvik <
elvis.stans...@orexplore.com> wrote:
> 2018-04-23 14:11 GMT+02:00 CHEVRIER, Marc :
> > The spac
I'd like RUN_TESTS to build the executable targets that are tied to
add_test() commands prior to running the tests themselves. Note I'm
doing this from within Visual Studio. Is there a way I can set up
CMake to do this?
--
Powered by www.kitware.com
Please keep messages on-topic and check the CM
2018-04-24 18:58 GMT+02:00 Elvis Stansvik :
> 2018-04-23 14:11 GMT+02:00 CHEVRIER, Marc :
>> The space is used to separate arguments passed to COMMAND. So your generator
>> expression is splitted before evaluation and elements are no longer valid
>> generator expression.
>>
>>
>>
>> So, to solve yo
2018-04-23 14:11 GMT+02:00 CHEVRIER, Marc :
> The space is used to separate arguments passed to COMMAND. So your generator
> expression is splitted before evaluation and elements are no longer valid
> generator expression.
>
>
>
> So, to solve your problem, encapsulate the generator expression insi
Hi Bill,
Thanks for your response! Yes, I am aware of that MSVS has CMake
integration starting in MSVS 2017, but for various reasons, the pace of
upgrading or installing new software with the other contractors on the
project is limited. Some are stuck with MSVS 2015 which does not yet have
native
Hi
I've tried for some time now, to figure out how to configure properly my CDash
project to get in the "Update" column of the Dashboard something else than 0,
using P4Web as Repository Viewer.
First let me give you some details.
Our build system is based on cmake 3.9.4. We use ctest to run a se