[CMake] Getting rid of unwanted quotes that CMake inserts into commands

2008-11-29 Thread Alan W. Irwin
I have defined the following custom command: add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/grid_EOS1_2.out COMMAND ${free_eos_test_LOCATION} < ${CMAKE_CURRENT_BINARY_DIR}/grid_EOS1_2.in >& ${CMAKE_CURRENT_BINARY_DIR}/grid_EOS1_2.out DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/grid_EOS1_2.

Re: [CMake] Invoking "make" with CMake scripts?

2008-11-29 Thread Mike Arthur
On Saturday 29 November 2008 03:36:20 Robert Dailey wrote: > The problem does indeed sound too complex for my needs, as you've > emphasized. I'm creating my own open source project which depends on the > Subversion library, and the subversion library has dependencies on APR, > Neon, and several oth

[CMake] mystery VS warning LNK4204

2008-11-29 Thread Bill Hoffman
So, two debug build CMake dashboards are getting these odd warnings: VS 70 with IDE build: http://www.cdash.org/CDash/viewBuildError.php?type=1&buildid=219420 Linking... libtar.obj : warning LNK4204: 'c:\dashboards\my tests\cmakevs70\bin\debug\tartest.pdb' is missing debugging information fo

[CMake] To specify dependency to other library

2008-11-29 Thread Per Rosengren
I have two programs foo and bar. All classes and functionality that could potentially be used by other programs are in the library mor. foo and bar include mor's headers and link to it. mor will be used by other developers. foo and bar should not be accessible by them. In my current setup, mor, fo