Re: [osg-users] Cmake INCLUDE_DIRECTORIES issues

2011-05-04 Thread tim paige
Hi, Just for completeness of subject matter... After giving up on forcing CMake to help generate the appropriate includes for my VS10 project files with osg 2.9.11... I used some of the following to complete the ones it did generate... Preprocessor- for annoying mismatches of levels _ITERATOR_D

Re: [osg-users] Cmake INCLUDE_DIRECTORIES issues

2009-01-13 Thread Robert Osfield
Hi Mattias, On Mon, Jan 12, 2009 at 9:18 PM, Mattias Helsing wrote: > I haven't seen this (yet) and I write scripts like this one every > week. I wouldn't even dare a guess and don't have my linux box here > but will try and test this. What cmake version are you using? Dare I > guess the infamous

Re: [osg-users] Cmake INCLUDE_DIRECTORIES issues

2009-01-13 Thread Robert Osfield
Hi Hartmut, Thanks for the pointer, I'll go try this out. Robert. On Mon, Jan 12, 2009 at 9:31 PM, Hartmut Seichter wrote: > Robert, > > I guess this is the same bug in CMake I reported ages ago - the report > also includes a workaround. > > http://www.vtk.org/Bug/bug_view_advanced_page.php?b

Re: [osg-users] Cmake INCLUDE_DIRECTORIES issues

2009-01-12 Thread Hartmut Seichter
Robert, I guess this is the same bug in CMake I reported ages ago - the report also includes a workaround. http://www.vtk.org/Bug/bug_view_advanced_page.php?bug_id=7407 Cheers, Hartmut On 13/1/09 6:57 AM, Robert Osfield wrote: Hi Cmake experts, I'm currently working on the OSG's dicom

Re: [osg-users] Cmake INCLUDE_DIRECTORIES issues

2009-01-12 Thread Mattias Helsing
Hi Robert, On Mon, Jan 12, 2009 at 6:57 PM, Robert Osfield wrote: > The relevant entry > in the src/osgPlugins/dicom/CMakeList.txt file is: > >MESSAGE("DCMTK_ROOT_INCLUDE_DIR: " ${DCMTK_ROOT_INCLUDE_DIR}) > >INCLUDE_DIRECTORIES(${DCMTK_ROOT_INCLUDE_DIR}) > > > When I run the make and cma

[osg-users] Cmake INCLUDE_DIRECTORIES issues

2009-01-12 Thread Robert Osfield
Hi Cmake experts, I'm currently working on the OSG's dicom loader, trying to get it compiling under OSX. I am trying to compile this plugin against the DCMTK library that has it's headers installed into /usr/local/include/dcmtk. The Cmake scripts that search for DCMTK have located the headers in