Hello,
I have packaged my VTK-based application using CPack. I figured out
that in order to include the VTK libraries into my package was to use
the following line:
SET(CPACK_INSTALL_CMAKE_PROJECTS
"${MyProject_BINARY_DIR};MyProject;ALL;/;${VTK_DIR};VTK Runtime
Libs;RuntimeLibraries;/")
Thanks Eric and Bill. It works.
On 7/16/07, Bill Hoffman <[EMAIL PROTECTED]> wrote:
Eric Noulard wrote:
> 2007/7/16, Janny Dong <[EMAIL PROTECTED]>:
>> Hi all,
>>
>> I am using Cmake to build MS Visual C++ program because I am using
>> VTK. I'd
>> like to link to another thirty-party library
SET(MY_FLAGS_VAL -Wall -w512 -DSCI_NOPERSISTENT)
SET_SOURCE_FILES_PROPERTIES(myfile.w PROPERTIES MY_FLAGS "${MY_FLAGS_VAL}")
Excellent! Works great.
Thanks,
James
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
On Tuesday 17 July 2007 15:51, James Bigler wrote:
> I have some code that sets a property and then I try to get it out later.
> This property is some customized flags to the program:
>
> SET(MY_FLAGS_VAL "-Wall;-w512;-DSCI_NOPERSISTENT")
I think the qoutes here don't change a lot
SET(MY_FLAGS_VA
I have some code that sets a property and then I try to get it out later. This
property is some customized flags to the program:
SET(MY_FLAGS_VAL "-Wall;-w512;-DSCI_NOPERSISTENT")
SET_SOURCE_FILES_PROPERTIES(myfile.w PROPERTIES MY_FLAGS ${MY_FLAGS_VAL})
GET_SOURCE_FILE_PROPERTY(myflags myfile.
Brandon Van Every wrote:
http://public.kitware.com/Bug/bug.php?op=show&bugid=5348 claims that
http://www.cmake.org/HTML/Install.html now has MacOS X installation
instructions on it. But I do not see them. What is the refresh time
of the cmake.org website? Thought I'd ask before saying the bug
Kitware is pleased to announce the Developer's Training Week covering
our open source projects including VTK, ITK, ParaView, and CMake. This
hands-on course is appropriate both for new users wishing to quickly
gain proficiency and for experienced developers requiring advanced
customization skil
http://public.kitware.com/Bug/bug.php?op=show&bugid=5348 claims that
http://www.cmake.org/HTML/Install.html now has MacOS X installation
instructions on it. But I do not see them. What is the refresh time
of the cmake.org website? Thought I'd ask before saying the bug isn't
closed.
Cheers,
Bra
On 7/17/07, Axel Roebel <[EMAIL PROTECTED]> wrote:
On Tuesday 17 July 2007, [EMAIL PROTECTED] wrote:
From: Hendrik Sattler <[EMAIL PROTECTED]>
> Zitat von Axel Roebel <[EMAIL PROTECTED]>:
> > So in short: if you intend to be portable with the current
> > and the upcoming version of cmake
> > bet
When using visual studio, the resource compile options are updated
with the cxx preprocessor definitions and the cxx include paths.
How can I remove all of the cxx preprocessor/include definitions and
redefine the options? I haven't had any luck trying to reset the
options such as:
set(CMAKE_RC
On Tuesday 17 July 2007, [EMAIL PROTECTED] wrote:
From: Hendrik Sattler <[EMAIL PROTECTED]>
> Zitat von Axel Roebel <[EMAIL PROTECTED]>:
> > So in short: if you intend to be portable with the current
> > and the upcoming version of cmake
> > better don't use VERSION and don't use EXCLUDE_FROM_ALL.
Zitat von Axel Roebel <[EMAIL PROTECTED]>:
So in short: if you intend to be portable with the current
and the upcoming version of cmake
better don't use VERSION and don't use EXCLUDE_FROM_ALL.
So what? Xcode and Cygwin Makefiles generators are broken, that's no
reason for me to not use the st
On Tuesday 17 July 2007 03:06:15 [EMAIL PROTECTED] wrote:
> Re: Bugs in cmake-2.4.6, please solve for 2.4.7
Hi all,
I would like to draw your attention to bug report 4209 that I submitted last
year already: If you want your cmake project to be
used with the xcode generator better stay away comple
13 matches
Mail list logo