[CMake] CONFIGURE_FILE, Windows and Native vs CMake Paths

2010-08-07 Thread Brian Davis
I am using configure_file to generate a batch file on the fly with CMake based on location of Libs found (adding to PATH env var in batch script) and I was wondering if there is a way to not have to create a lot of variables for native paths such as below --snip CMakelists.txt -- SET( GTK2_ROOT_DI

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 12:13 PM, David Cole wrote: > On Sat, Aug 7, 2010 at 11:55 AM, Chris Wolf wrote: > >> >> >> On 8/7/10 11:22 AM, David Cole wrote: >>> On Sat, Aug 7, 2010 at 11:02 AM, Chris Wolf wrote: >>> On 8/7/10 9:44 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 9:26 AM, Chris

Re: [CMake] Coverage reporting to CDash with Bullseye 7.14.9

2010-08-07 Thread Bill Hoffman
On 8/6/2010 5:48 PM, Derek Minton wrote: Bill, I have been in contact with tech support at Bullseye. They have been able to reproduce this problem with covbr. They found that the issue started with version 7.14.6 . They said they will let me know when they have a fix. I was able to reprodu

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread David Cole
On Sat, Aug 7, 2010 at 11:55 AM, Chris Wolf wrote: > > > On 8/7/10 11:22 AM, David Cole wrote: > > On Sat, Aug 7, 2010 at 11:02 AM, Chris Wolf wrote: > > > >> > >> > >> On 8/7/10 9:44 AM, David Cole wrote: > >>> On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > >>> > > > On 8/7

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 11:22 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 11:02 AM, Chris Wolf wrote: > >> >> >> On 8/7/10 9:44 AM, David Cole wrote: >>> On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: >>> On 8/7/10 7:14 AM, Eric Noulard wrote: > 2010/8/7 Chris Wolf : >> On 8/6/1

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread David Cole
On Sat, Aug 7, 2010 at 11:02 AM, Chris Wolf wrote: > > > On 8/7/10 9:44 AM, David Cole wrote: > > On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > > > >> > >> > >> On 8/7/10 7:14 AM, Eric Noulard wrote: > >>> 2010/8/7 Chris Wolf : > On 8/6/10 8:55 PM, Eric Noulard wrote: > > > >

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 9:44 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > >> >> >> On 8/7/10 7:14 AM, Eric Noulard wrote: >>> 2010/8/7 Chris Wolf : On 8/6/10 8:55 PM, Eric Noulard wrote: > > Did you try the command line? > > cpack -D CPACK_PACKAGING_INSTALL

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 9:50 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 9:44 AM, David Cole wrote: > >> On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: >> >>> >>> >>> On 8/7/10 7:14 AM, Eric Noulard wrote: 2010/8/7 Chris Wolf : > On 8/6/10 8:55 PM, Eric Noulard wrote: >> >> Did you tr

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 9:44 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > >> >> >> On 8/7/10 7:14 AM, Eric Noulard wrote: >>> 2010/8/7 Chris Wolf : On 8/6/10 8:55 PM, Eric Noulard wrote: > > Did you try the command line? > > cpack -D CPACK_PACKAGING_INSTALL

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread David Cole
On Sat, Aug 7, 2010 at 9:44 AM, David Cole wrote: > On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > >> >> >> On 8/7/10 7:14 AM, Eric Noulard wrote: >> > 2010/8/7 Chris Wolf : >> >> On 8/6/10 8:55 PM, Eric Noulard wrote: >> >>> >> >>> Did you try the command line? >> >>> >> >>> cpack -D CPACK

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread David Cole
On Sat, Aug 7, 2010 at 9:26 AM, Chris Wolf wrote: > > > On 8/7/10 7:14 AM, Eric Noulard wrote: > > 2010/8/7 Chris Wolf : > >> On 8/6/10 8:55 PM, Eric Noulard wrote: > >>> > >>> Did you try the command line? > >>> > >>> cpack -D CPACK_PACKAGING_INSTALL_PREFIX="/opt" -G DEB > >>> > >>> it works for

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Chris Wolf
On 8/7/10 7:14 AM, Eric Noulard wrote: > 2010/8/7 Chris Wolf : >> On 8/6/10 8:55 PM, Eric Noulard wrote: >>> >>> Did you try the command line? >>> >>> cpack -D CPACK_PACKAGING_INSTALL_PREFIX="/opt" -G DEB >>> >>> it works for me. >>> >>> if it works for you may be >>> CPACK_PACKAGING_INSTALL_PREF

Re: [CMake] still having a problem with PackageMaker, and now DEB

2010-08-07 Thread Eric Noulard
2010/8/7 Chris Wolf : > On 8/6/10 8:55 PM, Eric Noulard wrote: >> >> Did you try the command line? >> >> cpack -D CPACK_PACKAGING_INSTALL_PREFIX="/opt" -G DEB >> >> it works for me. >> >> if it works for you may be >> CPACK_PACKAGING_INSTALL_PREFIX is set to late >> in the CMakeLists.txt? >> > > Ye

Re: [CMake] Setting CMAKE_MODULE_PATH in CMakeLists.txt

2010-08-07 Thread Dennis Schridde
On Saturday 07 August 2010 02:38:41 Eric Noulard wrote: > 2010/8/7 Jashank Jeremy : > > Hi, > > > > I'm working on a project that requires an additional module, which is > > shipped with the project, but I'd like CMake to add CMAKE_SOURCE_PATH > > to CMAKE_MODULE_PATH to pick up the additional mod

Re: [CMake] ifort 9.1 unable to compile a simple test program

2010-08-07 Thread Verweij, Arjen
Hi Brad, Apparently it breaks because of /INCREMENTAL:YES -- E:\build\CMakeFiles\CMakeTmp>E:\cmake28\bin\cmake.exe -E vs_link_exe E:\PROGRA~1\Intel\Compiler\Fortran\9.1\em64t\bin\if ort.exe /nologo @CMakeFiles\cmTryCompileExec.dir\objects1.rsp /W1 /nologo /fpp /libs:dll /threads /debug:full