[Cmake-commits] CMake branch, master, updated. v3.15.3-949-gf545428

2019-09-04 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 5f6e9bb..545b0a9 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 15) -set(CMake_VERSION_PATCH 20190904) +set(CMake_VER

Re: [CMake] The connection to cmake-server was terminated unexpectedly [cms-client] cmake-server exited with status null (SIGSEGV)

2019-09-04 Thread Christopher Dawes
Awesome thank you so much! So i’ve upgraded to 3.15.3 and it’s told me perfectly my issue. So I have an override script (FindLibXml2.cmake): *** START CODE *** # FindLibXml2.cmake # # A wrapper around CMake's FindLibXml2 which provides an imported

Re: [CMake] The connection to cmake-server was terminated unexpectedly [cms-client] cmake-server exited with status null (SIGSEGV)

2019-09-04 Thread Craig Scott
On Thu, Sep 5, 2019 at 7:56 AM Christopher Dawes < christopher.da...@eftlab.com> wrote: > Awesome thank you so much! So i’ve upgraded to 3.15.3 and it’s told me > perfectly my issue. So I have an override script (FindLibXml2.cmake): > > *** START CODE

Re: [CMake] The connection to cmake-server was terminated unexpectedly [cms-client] cmake-server exited with status null (SIGSEGV)

2019-09-04 Thread Kyle Edwards via CMake
On Wed, 2019-09-04 at 14:12 -0400, fdk17 wrote: > https://github.com/microsoft/vscode-cmake-tools/issues/752 states > that it ran out of stack and the log shows what looks like to be > involved with a recursive loop in some CMakeLists.txt.  A call depth > of 27491 seems a bit excessive. > > After

Re: [CMake] The connection to cmake-server was terminated unexpectedly [cms-client] cmake-server exited with status null (SIGSEGV)

2019-09-04 Thread fdk17
https://github.com/microsoft/vscode-cmake-tools/issues/752 states that it ran out of stack and the log shows what looks like to be involved with a recursive loop in some CMakeLists.txt. A call depth of 27491 seems a bit excessive. After the second call to FindPackage it just seems to be doing

[CMake] The connection to cmake-server was terminated unexpectedly [cms-client] cmake-server exited with status null (SIGSEGV)

2019-09-04 Thread Christopher Dawes
Hi there, we are experiencing a crash when working with VSCode on Ubuntu: Brief Issue Summary When starting up VSCode using the CMake extension i get this error on all my projects, the application terminates pretty quickly. What’s happening is cmake server is spawned and then crashes; i’m

[cmake-developers] [ANNOUNCE] CMake 3.15.3 available for download

2019-09-04 Thread Robert Maynard via cmake-developers
We are pleased to announce that CMake 3.15.3 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.15.3 since 3.15.2:

[CMake] [ANNOUNCE] CMake 3.15.3 available for download

2019-09-04 Thread Robert Maynard via CMake
We are pleased to announce that CMake 3.15.3 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.15.3 since 3.15.2:

[Cmake-commits] CMake annotated tag, v3.15.3, created. v3.15.3

2019-09-04 Thread Kitware Robot via Cmake-commits
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 annotated tag, v3.15.3 has been created at 842f4e2244ec87b814624c97be6456b3d68d3f6c (tag) tagging

[Cmake-commits] CMake branch, release, updated. v3.15.2-34-g26a0e20

2019-09-04 Thread Kitware Robot via Cmake-commits
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 26a0e200e5f4abe8268235c9fdb23a2612a1b3b1 (commit) from

[Cmake-commits] CMake branch, master, updated. v3.15.2-982-gee15bc7

2019-09-04 Thread Kitware Robot via Cmake-commits
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 ee15bc7d7e7707fd8d7db92645c2c56a5df0f681 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.2-980-gaef152b

2019-09-04 Thread Kitware Robot via Cmake-commits
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 aef152b91d9f56af87ca2b9618f07228e5f3c463 (commit) via

[Cmake-commits] CMake branch, release, updated. v3.15.2-33-g7a8bd12

2019-09-04 Thread Kitware Robot via Cmake-commits
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 7a8bd12926c32f709cc162ba931484c1b5820363 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.2-975-g09032f0

2019-09-04 Thread Kitware Robot via Cmake-commits
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 09032f09f8d2b4f7af658060ef434083f9d6a0d4 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.2-971-gefbd503

2019-09-04 Thread Kitware Robot via Cmake-commits
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 efbd50383386c00cde63a7b67672b8487b00980f (commit) via

[Cmake-commits] CMake branch, master, updated. v3.15.2-969-g2b478a9

2019-09-04 Thread Kitware Robot via Cmake-commits
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 2b478a921aedd55c2596bc0cb083ffea7244bb0e (commit) via

Re: [CMake] external project CONFIGURE_COMMAND adds quotation to arguments

2019-09-04 Thread Edoardo Pasca
Brilliant! your suggestion has worked! Thank you so much Edo On Wed, Sep 4, 2019 at 11:23 AM Eric Doenges wrote: > On 04.09.2019 11:55, Edoardo Pasca wrote: > > Dear all, > > I'm using ExternalProjectAdd to build an external package. > > On the CONFIGURE_COMMAND I have to pass some variables

Re: [CMake] Finding custom qmake path

2019-09-04 Thread Igor Ivanov
I might be wrong, but I think you can simply use target names, like `add_custom_command(COMMAND Qt5::qmake --arg file1 file2)`. On 03.09.2019 16:36, Stéphane Ancelot wrote: I solved it using |get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)| Le 03/09/2019 à 15:05,

Re: [CMake] external project CONFIGURE_COMMAND adds quotation to arguments

2019-09-04 Thread Eric Doenges
On 04.09.2019 11:55, Edoardo Pasca wrote: Dear all,  I'm using ExternalProjectAdd to build an external package.  On the CONFIGURE_COMMAND I have to pass some variables to the configure script in

[CMake] external project CONFIGURE_COMMAND adds quotation to arguments

2019-09-04 Thread Edoardo Pasca
Dear all, I'm using ExternalProjectAdd to build an external package. On the CONFIGURE_COMMAND I have to pass some variables to the configure script in this form: configure CPPFLAGS="-I/dir/include -L/dir/lib" To do this I use CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env