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 are

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-

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

2011-11-04 Thread Michael Hertling
On 11/04/2011 11:11 PM, Belcourt, K. Noel wrote: 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:

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

2010-12-04 Thread Ryan Pavlik
You can configure this for your project: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:STATIC_LIBRARY_FLAGS Ryan On Fri, Dec 3, 2010 at 7:07 PM, Belcourt, K. Noel kbe...@sandia.gov wrote: Hi, I'm on Mac OSX 10.5.8 with Intel 12.x compilers and CMake version 2.8.3. CMake

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.

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

2010-12-04 Thread Ryan Pavlik
The name of the target property likely has to be matching the original case (all caps) Ryan On Sat, Dec 4, 2010 at 1:10 PM, Belcourt, K. Noel kbe...@sandia.gov wrote: Hi Ryan, On Dec 4, 2010, at 10:08 AM, Ryan Pavlik wrote: You can configure this for your project:

[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