[CMake] Problems using Boost and VS 8 Express
Mike Jackson
imikejackson at gmail.com
Thu Aug 30 11:42:53 EDT 2007
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 for the Program Options Library.
Hope that helps.
Look at <http://titanium.imts.us/viewvc/Task_7/PFImport/
CMakeLists.txt>. It is commented enough to find what you need.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Aug 30, 2007, at 11:33 AM, Gheorghe Postelnicu wrote:
> SET(Libraries
> ITKIO
> ITKCommon
> boost_program_options
> )
More information about the CMake
mailing list