[cmake-developers] [CMake 0013449]: [CROSS-CC] FindSWIG.cmake does not work when CMAKE_FIND_ROOT is redefined and CMAKE_FIND_ROOT_PATH_MODE_INCLUDE is set to ONLY

2012-08-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13449 == Reported By:Miguel FIGUEIREDO Assigned To:

Re: [cmake-developers] CMake, Xcode 4.4, and Mountain Lion

2012-08-01 Thread Brad King
On 07/31/2012 03:43 PM, Brad King wrote: Thanks for pointing us to that. I just merged a fix to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27b74445 Well, that caused major test failures on almost every OS X build during nightly testing. I had to revert it:

Re: [cmake-developers] CMake, Xcode 4.4, and Mountain Lion

2012-08-01 Thread Óscar Fuentes
Brad King brad.k...@kitware.com writes: On 07/31/2012 03:43 PM, Brad King wrote: Thanks for pointing us to that. I just merged a fix to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27b74445 Well, that caused major test failures on almost every OS X build during nightly

Re: [CMake] Valgrind does not find tests

2012-08-01 Thread Andreas Mohr
Hi, On Tue, Jul 31, 2012 at 02:30:16PM -0400, cmake-requ...@cmake.org wrote: Date: Tue, 31 Jul 2012 11:30:14 -0700 (PDT) From: festner david.zane...@slf.ch Subject: [CMake] Valgrind does not find tests To: cmake@cmake.org Message-ID: 1343759414478-7581046.p...@n2.nabble.com Content-Type:

[CMake] Variables not persisting with multiple projects

2012-08-01 Thread Collin Eggert
Hello, I am working with cross-compiling code using CMake. I am able to get the following CMakeLists.txt to work: # -- SET(CMAKE_TOOLCHAIN_FILE ../toolchain/Prizm.cmake) project(example1) file(GLOB EXAMPLE1_SRC src/example1/*.c*) add_executable(example1 ${EXAMPLE1_SRC}) # --

Re: [CMake] Variables not persisting with multiple projects

2012-08-01 Thread Rolf Eike Beer
Am 2012-08-01 08:53, schrieb Collin Eggert: Hello, I am working with cross-compiling code using CMake. I am able to get the following CMakeLists.txt to work: # -- SET(CMAKE_TOOLCHAIN_FILE ../toolchain/Prizm.cmake) project(example1) file(GLOB EXAMPLE1_SRC src/example1/*.c*)

[CMake] Delay expansion of variables

2012-08-01 Thread João Pinto
I need to use a variable X when setting CMAKE_C_LINK_EXECUTABLE. The problem is that X is defined after the definition of CMAKE_C_LINK_EXECUTABLE, and if I simply use ${X} (when defining CMAKE_C_LINK_EXECUTABLE ), the expansion of X will be empty. So my question is if there is any option of

Re: [CMake] Delay expansion of variables

2012-08-01 Thread Rolf Eike Beer
Am 01.08.2012 12:34, schrieb João Pinto: I need to use a variable X when setting CMAKE_C_LINK_EXECUTABLE. The problem is that X is defined after the definition of CMAKE_C_LINK_EXECUTABLE, and if I simply use ${X} (when defining CMAKE_C_LINK_EXECUTABLE ), the expansion of X will be empty. So my

[CMake] Issues with Library Dependency while building OpenCV Static

2012-08-01 Thread lvicks
Hello, I am successfully able to use CMake to generate the OpenCV dynamic library. The program I am working on is giving me errors loading these libraries, so I am trying to compile static libraries instead. So, I set the following: BUILD_SHARED_LIBS:BOOL=OFF and fail with: ld: library not

[Cmake-commits] CMake branch, next, updated. v2.8.8-3605-g4d249b3

2012-08-01 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 4d249b382de608360b367e8029bae70cb0318bf9 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-591-g33b7f58

2012-08-01 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 92f50a6..0ef62af 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 8) -SET(CMake_VERSION_TWEAK 20120801