Re: [CMake] INCLUDE_DIRECTORIES and relative path

2009-11-03 Thread jago jagoc
Hi Bill, Sorry if i reply the issues but it's strange that the INCLUDE_DIRECTORIES add the project dir to all its parameter. Is there a way to include some dir with INCLUDE_DIRECTORIES macro without the project directory before? I would like to add only a relative path ..\..\include to my Visual

Re: [CMake] INCLUDE_DIRECTORIES and relative path

2009-11-03 Thread Bill Hoffman
jago jagoc wrote: Hi Bill, Sorry if i reply the issues but it's strange that the INCLUDE_DIRECTORIES add the project dir to all its parameter. Is there a way to include some dir with INCLUDE_DIRECTORIES macro without the project directory before? I would like to add only a relative path

[CMake] INCLUDE_DIRECTORIES and relative path

2009-11-02 Thread jago jagoc
Hi, I am some problem using INCLUDE_DIRECTORIES macro, i am using Cmake 2.6 - path 0 and Visual studio 2005. In my Cmakelist.txt ... SET(MYINCLUDE_DIR ../3rdParty/include CACHE STRING My include dir You may add additional search paths here. Use ; to separate multiple paths.)

Re: [CMake] INCLUDE_DIRECTORIES and relative path

2009-11-02 Thread Bill Hoffman
jago jagoc wrote: Hi, I am some problem using INCLUDE_DIRECTORIES macro, i am using Cmake 2.6 - path 0 and Visual studio 2005. In my Cmakelist.txt ... SET(MYINCLUDE_DIR ../3rdParty/include CACHE STRING My include dir You may add additional search paths here. Use ; to separate multiple paths.)

[CMake] INCLUDE_DIRECTORIES and relative path

2009-11-02 Thread jago jagoc
jago jagoc wrote: Hi, I am some problem using INCLUDE_DIRECTORIES macro, i am using Cmake 2.6 - path 0 and Visual studio 2005. In my Cmakelist.txt ... SET(MYINCLUDE_DIR ../3rdParty/include CACHE STRING My include dir You may add additional search paths here. Use ; to separate multiple

Re: [CMake] INCLUDE_DIRECTORIES and relative path

2009-11-02 Thread Bill Hoffman
jago jagoc wrote: jago jagoc wrote: Hi, I am some problem using INCLUDE_DIRECTORIES macro, i am using Cmake 2.6 - path 0 and Visual studio 2005. In my Cmakelist.txt ... SET(MYINCLUDE_DIR ../3rdParty/include CACHE STRING My include dir You may add additional search paths here. Use ; to separate