[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

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.

[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

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

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,

[cmake-developers] CMake aliasing system

2016-03-12 Thread Ruslan Baratov via cmake-developers
Hi, I guess it is a well known fact that cmake command is almost never executed alone and for non-trivial examples usually hold some extra arguments (home directory, build directory, verbosity level, toolchains, options, ...). Also I guess that such commands doesn't change from day-to-day

[cmake-developers] [RFC] FindAndroidNDK and UseAndroidNDK

2016-03-12 Thread Xiaolei Yu
Hello, my team decided to ditch ndk-build and migrate to cmake. And I would like to upstream these two modules, which are currently used in my hobby projects. They are intended to be used by custom toolchain files in place of android.cmake. The goal is to preserve as much information as

[cmake-developers] FindBoost.cmake Clang support

2016-03-12 Thread Manu Sánchez
Hi, This is my first submission to the ML, so please let me know if I did something wrong. I'm reaching you to ask about Clang support in the FindBoost.cmake script. AFAIK _Boost_GUESS_COMPILER_PREFIX() function doesn't take Clang into account, so currently configuration fails if you are using

[cmake-developers] [CMake 0016014]: Cannot change "Target Platform Version" in MSVC2015

2016-03-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16014 == Reported By:Nikolai Assigned To:

Re: [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? >>

[cmake-developers] [CMake 0016015]: 'cmake -U*' causes SIGABRT in cmGlobalGenerator::EnableLanguage()

2016-03-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=16015 == Reported By:Julian Schmidt Assigned To: