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:

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

[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