Re: [cmake-developers] OpenBSD specific patches

2012-12-03 Thread Brad King
On 11/30/2012 04:54 PM, Amit Kulkarni wrote: Thanks. Please format this as a patch series that makes changes in logical groups (possibly only one file each) and explains their purpose in the commit messages. a email sent to cmake-developers@ for each file touched with a commit message? No,

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-03 Thread Brad King
On 12/02/2012 04:35 AM, Stephen Kelly wrote: I would really prefer if you would commit this directly to the branch instead, as you had written it locally already. There is no point in having to go through me. The branch can be our collaboration point. Me copying your patch and pushing it

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-03 Thread Stephen Kelly
Brad King wrote: On 12/02/2012 04:35 AM, Stephen Kelly wrote: Simliarly with the link-type keywords in the INTERFACE_LINK_LIBRARIES property check, you might not like the message string that I used in the error, you might ask me to change it, etc and we'll end up doing more trips through

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-03 Thread Brad King
On 12/03/2012 10:06 AM, Stephen Kelly wrote: Brad King wrote: The CONFIG_DEBUG property complements the debug keyword in tll(). That's all it does, and it exactly matches the behavior we need in the motivating case. Something like $COMPATIBLE_CONFIG:cfg may be useful but that can be added in

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-03 Thread Stephen Kelly
Brad King wrote: On 12/03/2012 10:06 AM, Stephen Kelly wrote: Brad King wrote: The CONFIG_DEBUG property complements the debug keyword in tll(). That's all it does, and it exactly matches the behavior we need in the motivating case. Something like $COMPATIBLE_CONFIG:cfg may be useful but

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-03 Thread Brad King
On 12/03/2012 11:23 AM, Stephen Kelly wrote: If the policy is NEW and I export a static library, then only IMPORTED_LINK_INTERFACE_LIBRARIES(_CONFIG) will be on the generated IMPORTED targets (as is my understanding - I have not tried this). Correct, but please test if you have a chance.

Re: [cmake-developers] General Config.cmake file issue on ArchLinux

2012-12-03 Thread Alexander Neundorf
On Thursday 29 November 2012, Stephen Kelly wrote: Alexander Neundorf wrote: On Saturday 17 November 2012, Alexander Neundorf wrote: Hi, maybe I am missing something, but here we go: on 64bit ArchLinux installations, /lib64/ is a symlink to /usr/lib/. /bin/ and /usr/bin/ are

[cmake-developers] OpenBSD patches: part 1

2012-12-03 Thread Amit Kulkarni
Commit message: set OpenBSD shared library permissions to be installed without executable permission diff --git a/Modules/Platform/OpenBSD.cmake b/Modules/Platform/OpenBSD.cmake index df240e0..53cabed 100644 --- a/Modules/Platform/OpenBSD.cmake +++ b/Modules/Platform/OpenBSD.cmake @@ -16,3 +16,7

[cmake-developers] OpenBSD patches: part 2

2012-12-03 Thread Amit Kulkarni
Commit message: set the default JRE and JDK paths for Java versions 1.6.0 and 1.7.0 on OpenBSD diff --git a/Modules/CMakeDetermineJavaCompiler.cmake b/Modules/CMakeDetermineJavaCompiler.cmake index c4217f5..ae9f5fc 100644 --- a/Modules/CMakeDetermineJavaCompiler.cmake +++

[cmake-developers] OpenBSD patches: part 3

2012-12-03 Thread Amit Kulkarni
Commit message: set the default path for X.org on OpenBSD for Freetype diff --git a/Modules/FindFreetype.cmake b/Modules/FindFreetype.cmake index cdb46be..1df2399 100644 --- a/Modules/FindFreetype.cmake +++ b/Modules/FindFreetype.cmake @@ -46,6 +46,7 @@ find_path(FREETYPE_INCLUDE_DIR_ft2build

[cmake-developers] OpenBSD patches: part 4

2012-12-03 Thread Amit Kulkarni
Commit message: set the default paths for Tcl/Tk versions 8.4/8.5 on OpenBSD diff --git a/Modules/FindTCL.cmake b/Modules/FindTCL.cmake index 2f84ae0..f649ddc 100644 --- a/Modules/FindTCL.cmake +++ b/Modules/FindTCL.cmake @@ -82,6 +82,10 @@ set(TCLTK_POSSIBLE_LIB_PATHS ${TK_LIBRARY_PATH}

[cmake-developers] OpenBSD patches: part 5

2012-12-03 Thread Amit Kulkarni
Commit message: include default path for Lua 5.1 on OpenBSD diff --git a/Modules/FindLua51.cmake b/Modules/FindLua51.cmake index eac25f5..2d7ed3d 100644 --- a/Modules/FindLua51.cmake +++ b/Modules/FindLua51.cmake @@ -28,7 +28,7 @@ find_path(LUA_INCLUDE_DIR lua.h HINTS ENV LUA_DIR -

[cmake-developers] OpenBSD patches: part 6

2012-12-03 Thread Amit Kulkarni
Commit message: append /usr/local/bin to search path of wx-config executable diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake index 4179f7b..fb43ec7 100644 --- a/Modules/FindwxWindows.cmake +++ b/Modules/FindwxWindows.cmake @@ -604,7 +604,8 @@ else() $ENV{WXWIN}/bin

Re: [cmake-developers] OpenBSD specific patches

2012-12-03 Thread Amit Kulkarni
On Mon, Dec 3, 2012 at 7:00 AM, Brad King brad.k...@kitware.com wrote: On 11/30/2012 04:54 PM, Amit Kulkarni wrote: Thanks. Please format this as a patch series that makes changes in logical groups (possibly only one file each) and explains their purpose in the commit messages. a email sent

[CMake] Debuginfo builds and CPack RPM support

2012-12-03 Thread Joe Nardone
I'm struggling to figure out the right way to support debuginfo packages using CPack RPMs. (Debuginfo packages contain the debug symbols from binaries that are otherwise stripped.) The canonical way on conformant platforms is to include %debug_package in the SPEC file, which triggers a number of

Re: [CMake] Debuginfo builds and CPack RPM support

2012-12-03 Thread Eric Noulard
2012/12/3 Joe Nardone jnard...@gmail.com: I'm struggling to figure out the right way to support debuginfo packages using CPack RPMs. (Debuginfo packages contain the debug symbols from binaries that are otherwise stripped.) CPackRPM wasn't designed with the handling of *debuginfo in mind.

Re: [CMake] ifort, icc, icpc: ld: cannot find -lcilkrts : RULE_LAUNCH_LINK ?

2012-12-03 Thread Ilias Miroslav
Ad: http://www.cmake.org/pipermail/cmake/2012-November/052833.html Dear CMake experts, in one of my previous posts, http://www.cmake.org/pipermail/cmake/2011-March/043365.html, I was instructed to use RULE_LAUNCH_LINK with a custom shell script to modify linker command line. Now I would need

Re: [CMake] Debuginfo builds and CPack RPM support

2012-12-03 Thread Joe Nardone
On Mon, Dec 3, 2012 at 2:06 PM, Eric Noulard eric.noul...@gmail.com wrote: The canonical way on conformant platforms is to include %debug_package in the SPEC file, which triggers a number of actions, namely to find-debuginfo.sh (which creates the debug files and generates a sub-package in the

Re: [CMake] List from strings (CMAKE_CXX_FLAGS and friends)

2012-12-03 Thread James Bigler
Has nobody else notice this particular language inconsistency? On Tue, Nov 27, 2012 at 1:12 PM, James Bigler jamesbig...@gmail.com wrote: I'm running into this again, and I trawled through the mailing list, and according to Bill (4/11/2009 - managing lists with space separated elements), I

[CMake] Linker trouble - no -L added from target_link_libraries

2012-12-03 Thread terje loe
Hi, I'm having some linker trouble on linux with my cmake project. I've installed a package (nvidias Cg toolkit) which puts the library files in /usr/lib64 I use the find script here: http://code.google.com/p/nvidia-texture-tools/source/browse/branches/2.0/cmake/FindCg.cmake?r=452 If I print

[CMake] Linker trouble - no -L added from target_link_libraries

2012-12-03 Thread terje loe
Hi, I'm having some linker trouble on linux with my cmake project. I've installed a package (nvidias Cg toolkit) which puts the library files in /usr/lib64 I use the find script here: http://code.google.com/p/nvidia-texture-tools/source/browse/branches/2.0/cmake/FindCg.cmake?r=452 If I print

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1179-g65c52b0

2012-12-03 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 65c52b0b50553ce851579845b2617b64484102b3 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1183-g655896e

2012-12-03 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 655896e293009d6e62c94914cef3369ce363dfb2 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1185-g27334cf

2012-12-03 Thread David Cole
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 27334cf954e87ed2df3b6f2f72a3d6c8b80e8701 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1187-g62db66b

2012-12-03 Thread David Cole
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 62db66b7253ad8adce8c61c7c62cbf6a41323751 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1194-g00f3126

2012-12-03 Thread David Cole
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 00f312620763c28e2d1a2789979183de9448e94c (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-256-g9d95dc3

2012-12-03 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 942c0d0..1799905 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 10) -set(CMake_VERSION_TWEAK 20121203