[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 eMail:julien.jom

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- > demand

[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 work

[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 scr

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_CXX_CREATE_SHARED_LIBRAR

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 Subject

[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 64

[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 the