Re: [cmake-developers] add_library(OBJECT) and AUTOMOC

2013-01-12 Thread Alexander Neundorf
On Friday 11 January 2013, Brad King wrote: On 01/11/2013 04:47 AM, Yury G. Kudryashov wrote: Look at $ git pull gitorious:~urkud1/cmake/urkud-cmake.git w/automoc-object please. Nice. I like the private slot example in the test. The commit message for the first commit seems

[CMake] cmake system library

2013-01-12 Thread peterle oberwi
Hi,I want to use Boost library in my project. But there is one version installed in the system, but not the version I want to use in my project. Therefore I build the version and installed to a directory in my home. When I want to use this version its very anyoing, because cmake find the system

Re: [CMake] cmake system library

2013-01-12 Thread Rolf Eike Beer
peterle oberwi wrote: Hi, I want to use Boost library in my project. But there is one version installed in the system, but not the version I want to use in my project. Therefore I build the version and installed to a directory in my home. When I want to use this version it's very anyoing,

Re: [CMake] cmake system library

2013-01-12 Thread Nick Overdijk
You could install boost to /usr/local if you're on linux/OSX? That's the standard location for non-system libs, CMake-Modules will look there. On 2013-12-01, at 13:04:50 , peterle oberwi wrote: Hi, I want to use Boost library in my project. But there is one version installed in the

Re: [CMake] cmake system library

2013-01-12 Thread Alexander Neundorf
On Saturday 12 January 2013, Rolf Eike Beer wrote: peterle oberwi wrote: Hi, I want to use Boost library in my project. But there is one version installed in the system, but not the version I want to use in my project. Therefore I build the version and installed to a directory in my

Re: [CMake] cmake system library

2013-01-12 Thread Eric Noulard
2013/1/12 Rolf Eike Beer e...@sf-mail.de: peterle oberwi wrote: Hi, I want to use Boost library in my project. But there is one version installed in the system, but not the version I want to use in my project. Therefore I build the version and installed to a directory in my home. When I

[CMake] cmake system library

2013-01-12 Thread peterle oberwi
2013/1/12 Rolf Eike Beer e...@sf-mail.de: peterle oberwi wrote: Hi, I want to use Boost library in my project. But there is one version installed in the system, but not the version I want to use in my project. Therefore I build the version and installed to a

[CMake] cmake system library

2013-01-12 Thread peterle oberwi
Im sorry but there is something wrong with my mail prog, please could somebody correct my mistake.Thank you for your answers. But my question is more in general. There defintly some libraries, which dont provide environment variables or other variables for the cmake module. I forgot to mention

Re: [CMake] cmake system library

2013-01-12 Thread Alexander Neundorf
On Saturday 12 January 2013, peterle oberwi wrote: I'm sorry but there is something wrong with my mail prog, please could somebody correct my mistake. Thank you for your answers. But my question is more in general. There defintly some libraries, which don't provide environment variables or

[CMake] CMAKE_INCLUDE_SYSTEM_FLAG_CXX set to -I by default?

2013-01-12 Thread Nick Overdijk
When I use include_directories(SYSTEM $path), it still includes stuff with -I. Through http://stackoverflow.com/questions/3371127/use-isystem-instead-of-i-with-cmake I found out I should change some variable, but this seems like a bug in CMake? -- Powered by www.kitware.com Visit other

[CMake] target_link_libraries of MODULE

2013-01-12 Thread Paul Chavent
Hi. I'm working on a project basically compound of : - a core library that can be static or dynamic add_library(Foo-lib ${FOO_LIB_SOURCES}) - an executable that rely on the main library : add_executable(Foo-bin ${FOO_BIN_SOURCES}) target_link_libraries(Foo-bin Foo-lib) - a dlopenable

Re: [CMake] target_link_libraries of MODULE

2013-01-12 Thread Rolf Eike Beer
Paul Chavent wrote: Hi. I'm working on a project basically compound of : - a core library that can be static or dynamic add_library(Foo-lib ${FOO_LIB_SOURCES}) - an executable that rely on the main library : add_executable(Foo-bin ${FOO_BIN_SOURCES}) target_link_libraries(Foo-bin

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1572-gae4b7db

2013-01-12 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via ae4b7dbfab672dcf7be8c4439b340637789873a3 (commit) via