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:
>>
>
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
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
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
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
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