[CMake] CPack and Tcl

2007-07-17 Thread Patrick D. Emond
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;/")

Re: [CMake] Help Please-Link Library

2007-07-17 Thread Janny Dong
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

Re: [CMake] SET_SOURCE_FILES_PROPERTY and multiple args

2007-07-17 Thread James Bigler
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

Re: [CMake] SET_SOURCE_FILES_PROPERTY and multiple args

2007-07-17 Thread Alexander Neundorf
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

[CMake] SET_SOURCE_FILES_PROPERTY and multiple args

2007-07-17 Thread James Bigler
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.

Re: [CMake] cmake.org website refresh rate?

2007-07-17 Thread Bill Hoffman
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

[CMake] Developer's Training Week for Visualization and Data Processing

2007-07-17 Thread Amy Squillacote
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

[CMake] cmake.org website refresh rate?

2007-07-17 Thread Brandon Van Every
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

Re: [CMake] Re: Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-17 Thread Brandon Van Every
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

[CMake] rc compile options in visual studio

2007-07-17 Thread Jon W
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

Re: [CMake] Re: Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-17 Thread Axel Roebel
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.

Re: [CMake] Re: Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-17 Thread Hendrik Sattler
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

[CMake] Re: Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-17 Thread Axel Roebel
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