[cmake-developers] [CPackDeb] Configure Debian package section per component

2015-11-08 Thread Markus Rickert
Hi, please find attached a patch to configure the section field of Debian packages individually for components. In a project with multiple components, the section for the library itself is usually "libs", while the headers use "libdevel" and the documentation uses "doc". While

Re: [CMake] Ctest executable dll/so search path

2015-11-08 Thread Iosif Neitzke
A problem long-suffered on Windows and when lacking RPATH. Have seen approaches where DLL dependencies are POST_BUILD customed-command-copied-if-different into the executable directory, or gymnastics with add_test WORKING_DIRECTORY, or setting a test's ENVIRONMENT property. On Fri, Nov 6, 2015

[cmake-developers] [CMake 0015837]: cmake_symlink_library fails on shared folders in Virtualbox with linux vm and linux host

2015-11-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15837 == Reported By:Friedrich Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.4.0-rc3-1257-g680f645

2015-11-08 Thread Stephen Kelly
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 680f645f5d26b05b687965dd1baac38b0551ac9f (commit) via

[cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Markus Rickert
Hi, it is currently not possible to modify the component part of the package name for Debian packages generated by CPack. For component-based packaging, the name is currently composed of "${CPACK_PACKAGE_NAME}${CPACK_DEB_PACKAGE_COMPONENT_PART_NAME}", where the latter is set to

[CMake] find___.cmake module

2015-11-08 Thread Owen Alanzo Hogarth
HI I am having some issue getting my findSDL2_image.cmake module to work. I moved to linux and the strict character case is causing me a lot of trouble. Here is the error when running the cmake build script Argument not separated from preceding token by whitespace. This warning is for

[Cmake-commits] CMake branch, next, updated. v3.4.0-rc3-1259-g5373eec

2015-11-08 Thread Stephen Kelly
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 5373eeccbd6911aa862ecddbbd8fa520646447e6 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.4.0-rc3-1261-g382dcfc

2015-11-08 Thread Stephen Kelly
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 382dcfc4eea6ed4ff12fe1a1dfd5fe243fd3774d (commit) via

[Cmake-commits] CMake branch, next, updated. v3.4.0-rc3-1267-g7621f4f

2015-11-08 Thread Domen Vrankar
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 7621f4f4012d900cd6fb588fed076857de5521e0 (commit) via

Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Eric Noulard
2015-11-08 13:34 GMT+01:00 Markus Rickert : > Hi, > > it is currently not possible to modify the component part of the package > name for Debian packages generated by CPack. For component-based packaging, > the name is currently composed of >

Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Markus Rickert
This is a long standing issue with related bugs: http://public.kitware.com/Bug/view.php?id=12997 http://public.kitware.com/Bug/view.php?id=12574 http://public.kitware.com/Bug/view.php?id=11050 http://public.kitware.com/Bug/view.php?id=13015 http://public.kitware.com/Bug/view.php?id=15042 which

[Cmake-commits] CMake branch, next, updated. v3.4.0-rc3-1270-g9aa7aab

2015-11-08 Thread Domen Vrankar
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 9aa7aabe2c969b46359c9e756b5483e213f1d06b (commit) via

Re: [cmake-developers] [CPackDeb] Configure Debian package name for components

2015-11-08 Thread Domen Vrankar
2015-11-08 20:01 GMT+01:00 Markus Rickert : >> This is a long standing issue with related bugs: >> http://public.kitware.com/Bug/view.php?id=12997 >> http://public.kitware.com/Bug/view.php?id=12574 >> http://public.kitware.com/Bug/view.php?id=11050 >>

[Cmake-commits] CMake branch, master, updated. v3.4.0-rc3-488-gc53e692

2015-11-08 Thread Kitware Robot
_VERSION_MINOR 4) -set(CMake_VERSION_PATCH 20151108) +set(CMake_VERSION_PATCH 20151109) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/