Re: [CMake] Problems using Boost and VS 8 Express

2007-08-30 Thread Andreas Schneider
Gheorghe Postelnicu wrote: > Hi Mike, > > Thanks for the suggestion. I forgot to mention in my previous mail > that I am using CMake 2.4.7 (installed using the installer), but > although I found mentions of these library names on this mailing list, > there is no such variable in the version of Fin

Re: [CMake] Problems using Boost and VS 8 Express

2007-08-30 Thread Mike Jackson
I have no idea what cmake 2.4.7 included. Here is the FindBoost.cmake that I use: http://titanium.imts.us/viewvc/Task_7/MXADataModel/Resources/ FindBoost-alt.cmake That is directly from out CVS repository. The code was taken from another persons FindBoost.cmake and I made some modification

Re: [CMake] Problems using Boost and VS 8 Express

2007-08-30 Thread Gheorghe Postelnicu
Hi Mike, Thanks for the suggestion. I forgot to mention in my previous mail that I am using CMake 2.4.7 (installed using the installer), but although I found mentions of these library names on this mailing list, there is no such variable in the version of FindBoost.cmake I have. Is this normal? T

Re: [CMake] Problems using Boost and VS 8 Express

2007-08-30 Thread Mike Jackson
Depending on which "FindBoost" you are using, you should be using something like: SET(Libraries ITKIO ITKCommon ${Boost_Program_Options_Library} ) Look at the actual file "FindBoost.cmake". Near the top in all the comments should be the actual variable name that will get filled in using fo

[CMake] Problems using Boost and VS 8 Express

2007-08-30 Thread Gheorghe Postelnicu
Hi, I am trying to use CMake for a project I had configured on Linux until now and I get link errors with Boost, namely here is my CMakeLists.txt file: 1. The project built with CMake has C:\Boost\lib in the path 2. in C:\Boost\lib I do have the program_options library, called boost_program_optio