[Cmake-commits] CMake branch, master, updated. v3.13.3-932-g7721b70

2019-01-15 Thread Kitware Robot via Cmake-commits
t a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 7ae4417..1a300f2 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 13) -set(CMake_VERSION_PATCH 20190115) +set(CMake_VER

[CMake] Invoice-Detail

2019-01-15 Thread Julien Jomier via CMake
Hello, Attached are your payment documentation and invoice. I have enclosed a copy of the invoice for your reference, you can download view using this link Hope you have a wonderful weekend. Julien Jomier Phone (Cell): 928-386-2132 Phone (Home): 928-386-2338

Re: [CMake] Additional traffic on cmake.org concerning cmake documentation

2019-01-15 Thread frodak17
On Tue, Jan 15, 2019 at 3:54 PM Martin Weber wrote: > Hi, > > So my question is: Are there any objections regarding the additional IP > traffic on cmake.org imposed if CmakeEd-users would browse the online > docs > instead of a local copy? Or would it be preferable to have a download-on- >

[CMake] Additional traffic on cmake.org concerning cmake documentation

2019-01-15 Thread Martin Weber
Hi, this is a question to the people at cmake.org. The CmakeEd plugin for eclipse [1],[2] currently comes with a copy of the cmake documentation. Unfortunately, it refers to a fairly outdated version of cmake (2.8.6) and the scripts to convert the docs to Eclipse help format do not longer

[CMake] CMake QtTest integration

2019-01-15 Thread Kyle Edwards via CMake
Hello all, I recently wrote a set of scripts to integrate QtTest into CMake, similar to the work that Matthew Woehlke did with Google Test a while back. The script that I wrote runs the test executable in the post- build stage, records the list of tests in the executable, and generates a CTest

[Cmake-commits] CMake branch, master, updated. v3.13.3-931-gda566d4

2019-01-15 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 da566d4de885130e182edc80f13691f5ca24bb61 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-924-g67422bf

2019-01-15 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 67422bf579e5c274794f131f008bec4ec1e7d4b9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-907-gb2084a3

2019-01-15 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 b2084a330d73f92b7d55d22921b2e2d9e1d462cc (commit) via

Re: [CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Rob Boehne
I submitted a patch a few weeks ago that would allow you to override the generated export list with the target property LINK_FLAGS. This has been merged, but it is not yet present in the latest release. The simplest way to go about this would be to set the variable

[Cmake-commits] CMake branch, master, updated. v3.13.3-900-gd4a42dd

2019-01-15 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 d4a42dd4a87c9caa222a7a40150db937258698d2 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-898-gf3b7652

2019-01-15 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 f3b7652efcdd9a2e248ed2ec83ce7fc10944f194 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.13.3-893-gc07fa6d

2019-01-15 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 c07fa6d98c3ca2bc645c23c4a437d48d57d3eb8d (commit) via

Re: [CMake] [CMake 3.13.3] [MSBuild] Issue on configure/generate Visual Studio 2017 Project

2019-01-15 Thread Kail, Rajmund (GE Healthcare)
Dear All, I have another observation. The project is generated normally via cmake_gui.exe. The issue occurs only in cmd. Thank you in advance for your kind help, Best regards, Rajmund Kail From: Kail, Rajmund (GE Healthcare) Sent: Tuesday, January 15, 2019 11:10 AM To: cmake@cmake.org

[CMake] [CMake 3.13.3] [MSBuild] Issue on configure/generate Visual Studio 2017 Project

2019-01-15 Thread Kail, Rajmund (GE Healthcare)
Dear All, I'm contacting you, because we are having issues with CMake a few days ago and it makes our daily work very difficult. The problem is that CMake cannot configure and generate a Visual Studio solution from an existing C++ codebase. We are attempting to generate a Visual Studio 2017

[CMake] How build AIX shared libraries with custom exports list

2019-01-15 Thread Raimo Kangassalo
We need to build an AIX shared library with our own export list. It seems that cmake always runs CreateExportList and I have not found a way to suppress it. We use xlc and xlC compilers. Can someone help us with that. -- Powered by www.kitware.com Please keep messages on-topic and check