[Cmake-commits] CMake branch, master, updated. v3.11.0-rc4-266-g5831b6a

2018-03-19 Thread Kitware Robot
VERSION_MINOR 11) -set(CMake_VERSION_PATCH 20180319) +set(CMake_VERSION_PATCH 20180320) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[cmake-developers] [ANNOUNCE] CMake 3.11.0-rc4 is now ready for testing

2018-03-19 Thread Robert Maynard
I am proud to announce the fourth CMake 3.11 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.11 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.11/release/3.11.html Some of the more

[CMake] [ANNOUNCE] CMake 3.11.0-rc4 is now ready for testing

2018-03-19 Thread Robert Maynard
I am proud to announce the fourth CMake 3.11 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.11 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.11/release/3.11.html Some of the more

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc3-282-g7ba6f40

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 7ba6f40bb24aa74fdbc2d3547fc76a839ef5444f (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-rc3-20-g6b9172d

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 6b9172d759b5f00069e7d2c65f1c649d4a3b0a70 (commit) from

Re: [CMake] Can't find Boost with Visual Studio 2017

2018-03-19 Thread David Demelier
On Sat, 2018-03-17 at 23:15 +0100, Volker Enderlein wrote: > Hi David, > > Boost changed its naming scheme starting from version 1.66. So its > not > your fault but the FindBoost.cmake does not know how to handle the > new > scheme. Try to use one of the 3.11.0-rc[1-3] versions that has the >

Re: [CMake] Make ctest spit out xml file (without dashboard)

2018-03-19 Thread Eric Noulard
2018-03-19 13:14 GMT+01:00 Craig Scott : > > > On Mon, Mar 19, 2018 at 10:39 PM, Eric Noulard > wrote: > >> Hi there, >> >> Is it possible to make ctest spit out its result in an xml formatted file >> without >> sending it to some dashboard. ? >>

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc3-280-gd882640

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via d8826406aa343580fb4436058c205581da377d37 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-rc3-19-gc78d12f

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via c78d12fc0df27c24b1a65a3050494b48b543dd75 (commit) via

Re: [CMake] Generator Expressions and FetchContent

2018-03-19 Thread Saad Khattak
I do use target_link_libraries when it comes to C++ projects and it works wonderfully for them. However, in this case, my base project has a bunch of helper files with CMake functionality that help me work with and build my library of projects (which you can see here

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc3-276-g180a36e

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 180a36e243f9d5191c523774ec077727833e4f9b (commit) via

[Cmake-commits] CMake branch, master, updated. v3.11.0-rc3-263-g5b78ed5

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, master has been updated via 5b78ed57704557bda84296626ddf08f7dd2c51a4 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.11.0-rc3-17-g4e9aa80

2018-03-19 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMake". The branch, release has been updated via 4e9aa8015842758ccfadd694723c7b6c705b9745 (commit) via

Re: [CMake] Make ctest spit out xml file (without dashboard)

2018-03-19 Thread Craig Scott
On Mon, Mar 19, 2018 at 10:39 PM, Eric Noulard wrote: > Hi there, > > Is it possible to make ctest spit out its result in an xml formatted file > without > sending it to some dashboard. ? > Yes, you can control the individual steps of a full dashboard run and just leave

Re: [cmake-developers] set_target_properties documentation needs to be updated

2018-03-19 Thread Brad King
On 03/17/2018 01:29 AM, Alan W. Irwin wrote: > In the latter case > > Set properties on a target ==> Set properties on targets > > and > > list all the files you want to change ==> list all the targets you > want to change It is the latter. See MR here:

Re: [CMake] Cmake Frameworks and Bitcode

2018-03-19 Thread Brad King
On 03/12/2018 10:36 AM, Cameron Palmer wrote: > So after a bit of hacking it seems that Cmake should provide something like: > > CMAKE_OSX_BITCODE_ENABLE For reference, this refers to a previous post: Bitcode and CMake https://cmake.org/pipermail/cmake/2018-March/067191.html with the

Re: [cmake-developers] [CMake] Cmake Frameworks and Bitcode

2018-03-19 Thread Brad King
On 03/12/2018 10:36 AM, Cameron Palmer wrote: > So after a bit of hacking it seems that Cmake should provide something like: > > CMAKE_OSX_BITCODE_ENABLE For reference, this refers to a previous post: Bitcode and CMake https://cmake.org/pipermail/cmake/2018-March/067191.html with the

[CMake] Make ctest spit out xml file (without dashboard)

2018-03-19 Thread Eric Noulard
Hi there, Is it possible to make ctest spit out its result in an xml formatted file without sending it to some dashboard. ? I only need something xml-parsable ctest output locally. -- Eric -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-19 Thread Stephen McDowell
You may also find this article useful, it seems to explain how to configure the JSON files you need to for more complicated build systems: https://medium.com/audelabs/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563

Re: [CMake] Generator Expressions and FetchContent

2018-03-19 Thread Craig Scott
On Mon, Mar 19, 2018 at 8:25 AM, Saad Khattak wrote: > Thank you for the clarification Craig. > > >> If you made your main target link against LibA, you'd see that CMake > automatically expands out the generator expressions when it constructs the > link command line for

Re: [CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-19 Thread Mateusz Loskot
(you missed to reply to the mailing list!) On 19 March 2018 at 11:58, Richard Frank wrote: > Ok fair enough. So. I can output Unix make files and VS code can load those? Yes. If you have read the vscode-cmake extension docs https://vector-of-bool.github.io/, you would have

Re: [CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-19 Thread Mateusz Loskot
On 19 March 2018 at 11:51, Richard Frank wrote: > Yes I have that plugin. But for more complex build systems that build > multiple products, running CMake from a shell script, I wondered what > generator would be used, FWIW, there no such thing as CMake generator for "Visual

Re: [CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-19 Thread Richard Frank
Yes I have that plugin. But for more complex build systems that build multiple products, running CMake from a shell script, I wondered what generator would be used, Sent from my iPad > On Mar 18, 2018, at 10:07 PM, Andrew Gaspar wrote: > > Hm, I’m not sure what you