hte
> format of a line in the cache file. Is there some reason I'd need to force
> it into the cache, or is it okay for me to achieve the same effect using a
> SET(CVS_UPDATE_OPTIONS ...) call?
>
> - Christian
>
> > -Original Message-
> > From: Karthik Kr
You can specify the update options.. for instance :
CVS_UPDATE_OPTIONS:STRING=-d -A -P
similarly, there's
SVN_UPDATE_OPTIONS
--
karthik
On Thu, Jun 24, 2010 at 8:00 PM, Convey, Christian J CIV NUWC NWPT <
christian.con...@navy.mil> wrote:
> > I'm reading throught this page:
> > http://www
On Fri, Jun 4, 2010 at 1:32 AM, Bram Moolenaar wrote:
>
>
>
> Thanks. Kai just sent similar files. I like his header better. That
> is shorter == better. Is it OK to avoid that big boilerplace copyright
> notice that basically says "BSD license", which means there are hardly
> restrictions on
f cmake-2.8.1 .
Both changes have been committed into upstream cmake :
commit cc252c1ba649256ca782963172e4f4f14c0dbd44
Author: Karthik Krishnan
Date: Thu Jun 3 15:50:29 2010 +0530
Thanks for incorporating these into VIM.
--
karthik
cmake-syntax.vim
Description: Binary data
cm
On Fri, May 28, 2010 at 12:04 PM, Martin Apel wrote:
> Hi Alok,
>
> the problem is not to start the testing process remotely. In my case it's
> no problem simply setting up the Windows task planner to execute some script
> every night. The problem is more, how do I tell ctest to perform its tests
Does svn update on the directory work ?
Please run ctest with the -VV flag and post the output. You should be able
to see the svn commands on the output log and probably find out what's
wrong.
On 1/11/08, Sylvain Jaume <[EMAIL PROTECTED]> wrote:
>
> To add to my previous post, I get the followi
Sylvain:
You could add the PATH in ctest environment within your ctest script.
SET (CTEST_ENVIRONMENT
"PATH=.c:/WINDOWS/system32\;C:/MyDllPath.")
HTH
--
karthik
On 1/11/08, Sylvain Jaume <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I build some shared libraries and need to test an ex
; _______
> Insight-users mailing list
> [EMAIL PROTECTED]
> http://www.itk.org/mailman/listinfo/insight-users
>
>
--
Karthik Krishnan
R&D Engineer,
Kitware Inc.
Ph: 518 371 3971 x119
518 698 3045 (cell)
Fax: 518 371 3971
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
make targets for each project ..
Alex
> ___
> CMake mailing list
> CMake@cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
--
Karthik Krishnan
R&D Engineer,
Kitware Inc.
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
Hi Mathieu,
I had a few build errors too on my 64b machine, when linking a static
library into a shared one such as :
/usr/bin/ld: ...: relocation R_X86_64_32 against `a local symbol' can not be
used when making a shared object; recompile with -fPIC
The fix I've had is to stick the following li
Dan Mueller wrote:
Hi,
I am trying to compare the computation times of two different
approaches within ITK, using CMake to script the tests. The starting
and ending times are listed in the LastTest.log, so I was planning to
use these to record how long each test takes. Each test could take a
t.)
HTH,
David
Karthik Krishnan wrote:
Karthik Krishnan wrote:
Hello,
CMakeLists.txt:
SET( NAMESPACE "vtk" )
SET( ${NAMESPACE}_OPTION "ON" )
CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in
${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE )
foo.h.in
#cmakede
Karthik Krishnan wrote:
Hello,
CMakeLists.txt:
SET( NAMESPACE "vtk" )
SET( ${NAMESPACE}_OPTION "ON" )
CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in
${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE )
foo.h.in
#cmakedefine @[EMAIL PROTECTED]
This does n
Hello,
CMakeLists.txt:
SET( NAMESPACE "vtk" )
SET( ${NAMESPACE}_OPTION "ON" )
CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/foo.h.in
${CMAKE_CURRENT_BINARY_DIR}/foo.h @ONLY IMMEDIATE )
foo.h.in
#cmakedefine @[EMAIL PROTECTED]
This does not place the #define vtk_OPTION in foo.h. Replacing
And after intsalling Platform SDK, you need to go through the steps in
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
-karthik
William A. Hoffman wrote:
At 07:10 PM 1/26/2006, Steve Pieper wrote:
Hi -
Is anyone using the VC++ Express 2005? We're running into the problems l
15 matches
Mail list logo