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
)

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to