--- imageworks-Field3D-94d1bf3/CMakeLists.txt.orig 2012-02-04 18:37:22.000000000 +0100 +++ imageworks-Field3D-94d1bf3/CMakeLists.txt 2012-07-11 19:04:10.092609331 +0200 @@ -39,7 +39,7 @@ FIND_PACKAGE (Doxygen) FIND_PACKAGE (HDF5) -FIND_PACKAGE (Boost COMPONENTS thread program_options) +FIND_PACKAGE (Boost COMPONENTS thread program_options system) FIND_PACKAGE (ILMBase) OPTION (INSTALL_DOCS "Automatically install documentation." ON) @@ -86,6 +86,10 @@ PROPERTIES SOVERSION 1.3 ) +TARGET_LINK_LIBRARIES ( Field3D + ${HDF5_LIBRARIES} Iex Half dl boost_system +) + SET ( Field3D_Target_Link_Libraries Field3D ${HDF5_LIBRARIES}