Re: [cmake-developers] CMake 2.8.6-rc1 ready for testing!

2011-08-29 Thread J Decker
Thought this came out weeks ago... and I would miss a chance to comment. Watcom support is almost working, the new test version code is... EXECUTE_PROCESS(COMMAND ${CMAKE_TEST_COMPILER} -q -pc \${testWatcomVersionFile}\ OUTPUT_VARIABLE CMAKE_COMPILER_OUTPUT RESULT_VARIABLE

[CMake] Using -DOPTION=something=moof mangles the OPTION value to something:UNINITIALIZED=moof

2011-08-29 Thread Marcus Fritzsch
I discovered this behavior on my ubuntu 11.04 amd64 workstation with cmake 2.8.3 when trying to set an -march= option for gcc: cmake -DCMAKE_C_FLAGS=-Os -march=native -flto -freorder-blocks-and-partition was mangled to be CMAKE_C_FLAGS=-Os -march:UNINITIALIZED=native -flto

Re: [CMake] Using -DOPTION=something=moof mangles the OPTION value to something:UNINITIALIZED=moof

2011-08-29 Thread Marcus Fritzsch
Turns out, using the verbose form of the option definition -DOPTION:TYPE=... does not exhibit the issue. On 8/29/11, Marcus Fritzsch frits...@googlemail.com wrote: I discovered this behavior on my ubuntu 11.04 amd64 workstation with cmake 2.8.3 when trying to set an -march= option for gcc:

[CMake] OpenCL Module?

2011-08-29 Thread Michael Jackson
Does anyone have an FindOpenCL.cmake file that they would like to share? ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio

Re: [CMake] OpenCL Module?

2011-08-29 Thread Michael Wild
On Mon 29 Aug 2011 03:44:55 PM CEST, Michael Jackson wrote: Does anyone have an FindOpenCL.cmake file that they would like to share? ___ Mike Jackson www.bluequartz.net Principal Software Engineer

Re: [CMake] FindQt4 fails to find QtUiTools in windows cross-environment

2011-08-29 Thread Clinton Stimpson
On Friday, August 26, 2011 10:54:44 am Dominik Schmidt wrote: Hey! I'm facing an issue with FindQt4 module when cross-compiling from Linux to Windows. The QtUiTools are not found on the first run of cmake, executing cmake a second time finds it (I attached the diff of CMakeCache.txt before

Re: [CMake] Using -DOPTION=something=moof mangles the OPTION value to something:UNINITIALIZED=moof

2011-08-29 Thread Michael Hertling
On 08/29/2011 02:37 PM, Marcus Fritzsch wrote: Turns out, using the verbose form of the option definition -DOPTION:TYPE=... does not exhibit the issue. On 8/29/11, Marcus Fritzsch frits...@googlemail.com wrote: I discovered this behavior on my ubuntu 11.04 amd64 workstation with cmake 2.8.3

Re: [CMake] Working with MSVC10

2011-08-29 Thread Steve Casselman
Nope. It finds part of a list of required files. For example it finds stdarg.h but not stdlib.h. If I rename stdarg.h (in the same directory as stdlib.h) then it can't find stdarg.h (what you would expect). I'm about ready to give up. I've check all the permissions. It's a standard

[CMake] find_package with config file always set xyz_FOUND to true?

2011-08-29 Thread Anton Deguet
Hello, I am trying to use the following syntax: find_package (xyz REQUIRED xyz1 xyz2) using a config file, i.e. NOT Findxyz.cmake. I have a file named xyz-config.cmake that contains some code to check if the required components are available or not (based on how xyz was compiled). Ideally I

[CMake] How can I know the target is 32-bit, or 64bit

2011-08-29 Thread Dongsheng Song
Hi, In CMakeLists.txt, I want to know whether cmake has built-in mechanism that I can know the target is 32-bit, or 64bit ? Thanks, Dongsheng ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Cmake-commits] CMake branch, next, updated. v2.8.5-1749-gd7d3a5b

2011-08-29 Thread Todd Gamblin
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 d7d3a5b134e890055a3cf79cb27df612eda6704f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1751-gde0bd3f

2011-08-29 Thread Todd Gamblin
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 de0bd3ff7a4097961fe1b529f2723d6009ac403b (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-289-g51beb44

2011-08-29 Thread KWSys Robot
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 51beb446c23e73c1c62ba68923218908494a3587 (commit) from