Re: [CMake] [EXTERNAL] Re: execute_process appending redirected output

2011-12-30 Thread Belcourt, K. Noel
On Dec 30, 2011, at 8:05 PM, Michael Hertling wrote: On 12/28/2011 05:39 PM, Belcourt, K. Noel wrote: Hi Aaron, On Dec 27, 2011, at 11:04 PM, Aaron Ten Clay wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/27/11 16:16, Belcourt, Kenneth wrote: I'm trying to get CMake to execute

Re: [CMake] [EXTERNAL] Re: execute_process appending redirected output

2011-12-28 Thread Belcourt, K. Noel
Hi Aaron, On Dec 27, 2011, at 11:04 PM, Aaron Ten Clay wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/27/11 16:16, Belcourt, Kenneth wrote: I'm trying to get CMake to execute this command INSTALL(CODE EXECUTE_PROCESS (COMMAND cat

Re: [CMake] Patch CMake for Mac static library creation

2011-11-04 Thread Belcourt, K. Noel
Hi, This is a long overdue followup. On Dec 4, 2010, at 12:10 PM, Belcourt, K. Noel wrote: On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote: You can configure this for your project: http://www.cmake.org/cmake/help/cmake-2-8- docs.html#prop_tgt:STATIC_LIBRARY_FLAGS STATIC_LIBRARY_FLAGS

Re: [CMake] Patch CMake for Mac static library creation

2011-11-04 Thread Belcourt, K. Noel
On Nov 4, 2011, at 3:56 PM, Belcourt, K. Noel wrote: This is a long overdue followup. On Dec 4, 2010, at 12:10 PM, Belcourt, K. Noel wrote: On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote: You can configure this for your project: http://www.cmake.org/cmake/help/cmake-2-8- docs.html

[CMake] Using name other than CMakeLists.txt

2011-08-23 Thread Belcourt, K. Noel
Hi, Our multi-physics project depends on product build systems using both stock CMake 2.8.x and an incompatible fork of CMake which also (re)uses the CMake standard project filename (CMakeLists.txt). We need the ability to build this code base with both stock CMake and the CMake fork.

[CMake] CDash documentation

2011-05-13 Thread Belcourt, K. Noel
Hi, This page http://public.kitware.com/Wiki/CDash:Installation says php 5.3 is required while this page http://www.cdash.org/cdash/resources/software.html says php 5.2 or higher. Which one is it (I'm installing it on a OSX 10.5.8 in case that matters. -- Noel

[CMake] Conditional post test behavior

2011-05-07 Thread Belcourt, K. Noel
Hi, I apologize if this has been asked and answered. Is there a way to execute some commands after a test has run where the commands can be different depending on whether the test passes or not? Here's my test. add_test( NAME ex7_2_fmelcor WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}

Re: [CMake] Patch CMake for Mac static library creation

2010-12-04 Thread Belcourt, K. Noel
On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote: You can configure this for your project: http://www.cmake.org/cmake/help/cmake-2-8- docs.html#prop_tgt:STATIC_LIBRARY_FLAGS Thanks Ryan, I'll try it out. -- Noel ___ Powered by www.kitware.com

Re: [CMake] Patch CMake for Mac static library creation

2010-12-04 Thread Belcourt, K. Noel
Hi Ryan, On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote: You can configure this for your project: http://www.cmake.org/cmake/help/cmake-2-8- docs.html#prop_tgt:STATIC_LIBRARY_FLAGS This doesn't seem to do what I want it to. In my CMakeLists.txt file I have this code.

[CMake] Patch CMake for Mac static library creation

2010-12-03 Thread Belcourt, K. Noel
Hi, I'm on Mac OSX 10.5.8 with Intel 12.x compilers and CMake version 2.8.3. CMake doesn't seem to add the -c option to the ranlib command to include common symbols into the library table of contents. Here's the documentation for Apple's ranlib. -c Include common symbols

Re: [CMake] Fortran 90 modules not rebuilt

2010-11-16 Thread Belcourt, K. Noel
On Nov 16, 2010, at 1:59 PM, Brad King wrote: Hi Noel, On 11/16/2010 01:11 PM, K. Noel Belcourt wrote: I've attached my project's top-level Makefile. I'm trying to force all the modules in the project to build first so I created a single library called modules that contains all my Fortran

Re: [CMake] Fortran 90 modules not rebuilt

2010-11-16 Thread Belcourt, K. Noel
On Nov 16, 2010, at 2:05 PM, Belcourt, K. Noel wrote: On Nov 16, 2010, at 1:59 PM, Brad King wrote: On 11/16/2010 01:11 PM, K. Noel Belcourt wrote: I've attached my project's top-level Makefile. I'm trying to force all the modules in the project to build first so I created a single library

Re: [CMake] Fortran 90 modules not rebuilt

2010-11-16 Thread Belcourt, K. Noel
On Nov 16, 2010, at 2:50 PM, Brad King wrote: On 11/16/2010 04:24 PM, Belcourt, K. Noel wrote: which is the same list of libraries in these SUBDIRS commands in the top-level CMakeLists.txt file (in reverse order). There's a single library in each of these subdirs of the same lower-cased name

Re: [CMake] Fortran 90 modules not rebuilt

2010-11-16 Thread Belcourt, K. Noel
On Nov 16, 2010, at 2:48 PM, Eric Noulard wrote: 2010/11/16 Belcourt, K. Noel kbe...@sandia.gov: On Nov 16, 2010, at 2:05 PM, Belcourt, K. Noel wrote: On Nov 16, 2010, at 1:59 PM, Brad King wrote: On 11/16/2010 01:11 PM, K. Noel Belcourt wrote: I've attached my project's top-level