Re: [CMake] a suggestion. [CMake 0007303]: CMake latest: Boost_LIBRARIES is not set

2008-07-08 Thread Alexander Bubnov
I agree. But about 2008/7/8, Andreas Pakulat <[EMAIL PROTECTED]>: > On 08.07.08 18:29:27, Alexander Bubnov wrote: > > Hello! > > I do not want make an unnecessary bug report so I decided to write this > email. > > > > I made an issue http://public.kitware.

[CMake] a suggestion. [CMake 0007303]: CMake latest: Boost_LIBRARIES is not set

2008-07-08 Thread Alexander Bubnov
Hello! I do not want make an unnecessary bug report so I decided to write this email. I made an issue http://public.kitware.com/Bug/view.php?id=7303. And I suppose an other issue should be originated to documentation. Because it is not clear that Boost_LIBRARIES is used in case of COMPONENTS. Wha

Re: [CMake] is it possbile to export environment varibles from cmake scripts?

2008-07-07 Thread Alexander Bubnov
Thanks, Andreas and Yuri! 2008/7/7, Andreas Pakulat <[EMAIL PROTECTED]>: > On 07.07.08 16:07:54, Alexander Bubnov wrote: > > It is clear. I just would like to know a similiar command of cmake. > > ...it is a pity there is no one. > > > You're misunderstand

Re: [CMake] is it possbile to export environment varibles from cmake scripts?

2008-07-07 Thread Alexander Bubnov
It is clear. I just would like to know a similiar command of cmake. ...it is a pity there is no one. Thanks. 2008/7/7, Timenkov Yuri <[EMAIL PROTECTED]>: > > > On Monday 07 July 2008 15:53:00 Alexander Bubnov wrote: > > Hello! > > > > Below simple example to

[CMake] is it possbile to export environment varibles from cmake scripts?

2008-07-07 Thread Alexander Bubnov
Hello! Below simple example to clarify the problem. My CMakeLists.txt: cmake_minimum_required(VERSION 2.6) set(ENV{MYVAR} "SOME VALUE") message("the value of MYVAR: " $ENV{MYVAR}) the output: the value of MYVAR: SOME VALUE -- Configuring done -- Generating done -- Build files have been writte

Re: [CMake] find_package REQUIRED

2008-07-05 Thread Alexander Bubnov
Hello, Miguel! Many thanks for clarification. And thank you very much for you job and cmake product. 2008/7/4, Miguel A. Figueroa-Villanueva <[EMAIL PROTECTED]>: > On Fri, Jul 4, 2008 at 10:17 AM, Alexander Bubnov wrote: > > Hello! > > I am exploring cmake features.

[CMake] find_package REQUIRED

2008-07-04 Thread Alexander Bubnov
Hello! I am exploring cmake features. Now I have stopped at find_package, REQUIRED parameter. As I can see from manual: "The REQUIRED option stops processing with an error message if the package cannot be found." (cmake 2.6-patch 0) My CMakeLists.txt looks like: cmake_minimum_required(VERSI