Re: [CMake] CMake IDE integration survey (was RE: Visual Studio + Ninja?)

2016-03-12 Thread Tim Blechmann
> Lead PM for the VC++ team at Microsoft here. I just wanted to echo > Nagy-Egri’s message. > > > > We are very interested in learning more about your current > edit-build-debug experience for C++ apps or libs using CMake. Whether > you’re developing on Windows or not, using VS or not today, we

[CMake] Failed to configure ITK with CMake Visual Studio 2012

2016-03-12 Thread mirrownight
I failed to configure ITK on Windows 7 using CMake compiled with Visual Studio 2012. The link bellow is a zip file containing the error codes and screen capture. https://www.dropbox.com/s/63uktkppfw0pjv0/Fail.7z?dl=0 Detailed environment information: ** Windows 7 Professional x64 ** CMake 3

Re: [CMake] [cmake-developers] CPack includes WINTRUST.DLL

2016-03-12 Thread Roman Wüger
Yes, i use fixup_bundle. Is there a better alternative? Regards > Am 11.03.2016 um 14:25 schrieb Brad King : > >> On 03/11/2016 02:41 AM, Roman Wüger wrote: >> i noticed that CPack includes the WINTRUST.dll when I >> generate an NSIS installer. >> How can I avoid this? >> I have no dependencies

Re: [CMake] cget: cmake package retrieval

2016-03-12 Thread paul Fultz via CMake
On Saturday, March 12, 2016 1:57 PM, Elizabeth Fischer wrote: > > >Paul, >See Spack. >http://github. com/llnl/spack That looks pretty cool, and its build-independent. With cget I used cmake to manage the configuration of the toolchain because its quite mature. Spack creates its own sy

[CMake] cget: cmake package retrieval

2016-03-12 Thread paul Fultz via CMake
Hello All, I have written a tool that I didn't know if people in the CMake community might be interested in, called CGet that will retrieve and install packages with CMake: https://github.com/pfultz2/cget This will download a package and run the CMake build and install on the package. It can eve