Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-31 Thread Chris Scharver
On Thu, Mar 31, 2011 at 6:39 PM, Bill Hoffman wrote: > On 3/31/2011 6:15 PM, David Cole wrote: >> >> On Thu, Mar 31, 2011 at 6:05 PM, Bill Hoffman > <mailto:bill.hoff...@kitware.com>> wrote: >> >>    On 3/31/2011 4:19 PM, Chris Scharver wrote: >> >

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-31 Thread Chris Scharver
EXTERNAL_OBJECT not linked using Visual Studio 2010 http://public.kitware.com/Bug/view.php?id=11891 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-top

Re: [CMake] .txt file extension

2006-11-17 Thread Chris Scharver
On 11/17/06, Vincent Scheib <[EMAIL PROTECTED]> wrote: The CMakeLists.txt .txt file extension is driving me nuts, though. Mostly, because I'd like to syntax highlight it, but can't distinguish it from other file types. Isn't that an issue with how the editor you're using matches syntaxes to fil

Re: [CMake] cmake man page getting bigger

2006-03-08 Thread Chris Scharver
On 3/8/06, Andy Cedilnik <[EMAIL PROTECTED]> wrote: > Now, on the side note, you can always do: > > cmake --help-command command Any thoughts on adding case insensitivity to this command? When I'm working on the command line, I usually find it cumbersome to switch to ALL_CAPS typing each time I wa

Re: [CMake] Installed project with shared libs

2006-02-24 Thread Chris Scharver
Thanks for the quick fix! I built a shared library with the install name and everything worked! ADD_LIBRARY(quanta SHARED ${QUANTA_SOURCES}) SET_TARGET_PROPERTIES(quanta PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib" BUILD_WITH_INSTALL_RPATH ON ) INSTALL_TARGETS(/lib quanta) I

Re: [CMake] Installed project with shared libs

2006-02-24 Thread Chris Scharver
On 2/24/06, Brad King <[EMAIL PROTECTED]> wrote: > > There is a minimal test for the feature in CMake's set of tests but > please try it out and send me feedback. I tried, but I cannot configure: CMake Error: Cannot find the CPack executable CMake Error: Internal CMake error, TryCompile generatio