Re: [CMake] CMAKE_OSX_DEPLOYMENT_TARGET vs CMAKE_OSX_SYSROOT

2016-09-21 Thread James Turner
> On 20 Sep 2016, at 16:00, Braden McDaniel wrote: > > When setting CMAKE_OSX_SYSROOT to the unversioned directory name (using Xcode > 8, as it happens) and setting CMAKE_OSX_DEPLOYMENT_TARGET, I get this error: > > > -- The CXX compiler identification is AppleClang

[CMake] CPack [NSIS] Install directory per component

2016-09-21 Thread Roman Wüger
Hello, Per default the install directory for a component is $INSTDIR. Is there a chance to change the install dir per component? Thanks Roman -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various

[Cmake-commits] CMake branch, master, updated. v3.6.2-1106-g63fbcd6

2016-09-21 Thread Brad King
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 63fbcd6799e9d2786c6862a6cb41931543bfbff2 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1103-g0ebd755

2016-09-21 Thread Brad King
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 0ebd7554bc836009e405ac818f367ff175ce9fc5 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1097-g68f7a47

2016-09-21 Thread Brad King
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 68f7a476e78089ff83a3945431908a57106fb59a (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1100-gca4eec2

2016-09-21 Thread Brad King
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 ca4eec29f916aa0af38378afd6a32f669bb12aae (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1119-g2c2ffd3

2016-09-21 Thread Brad King
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 2c2ffd3874f749979d723d7a788d45e3830952d6 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1115-geca2af6

2016-09-21 Thread Brad King
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 eca2af6e66343c51389f6605df79f7e6ce60cf37 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1110-g1657fa0

2016-09-21 Thread Brad King
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 1657fa0795fe6109780593a265a240d9ef73ef77 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.6.2-2346-g01c4baa

2016-09-21 Thread Brad King
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, next has been updated via 01c4baa07c8dd13d9efdcead8750964322efef4c (commit) via

[Cmake-commits] CMake branch, next, updated. v3.6.2-2350-g132255b

2016-09-21 Thread Brad King
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, next has been updated via 132255bfb6e1e00ed121e544f902323f44cb8cfe (commit) via

Re: [cmake-developers] [MODERN] CMake 3.6+ vs Qt 5.7 vs MSVC2015

2016-09-21 Thread Konstantin Podsvirov
Hi all! CMake Master (Win32/Win64) updated! :-) It's time to upgrade: CMake 3.6.20160921 now available! "CMake Master" - is himself created (IFW generator) online installer for CMake users and developers. 23.06.2016, 19:38, "Konstantin Podsvirov" : > Let me remind you

[Cmake-commits] CMake branch, next, updated. v3.6.2-2352-ge893a4c

2016-09-21 Thread Brad King
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, next has been updated via e893a4c791898dc49281d04dc56a0354afc6ca1a (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.2-1120-g555ef1e

2016-09-21 Thread Kitware Robot
_VERSION_MINOR 6) -set(CMake_VERSION_PATCH 20160921) +set(CMake_VERSION_PATCH 20160922) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [cmake-developers] Security in CMake

2016-09-21 Thread Egor Pugin
Hi, For those who may be interested I will leave this message here. Mentioned package (dependency) manager is C++ Archive Network. https://cppan.org/ It generates CMakeLists.txt from specification files. It manages packages' dependencies, versions, different OSs (it's crossplatform from very

[cmake-developers] CPack [NSIS] Install directory per component

2016-09-21 Thread Roman Wüger
Hello, Per default the install directory for a component is $INSTDIR. Is there a chance to change the install dir per component? Thanks Roman -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various