]> git.pld-linux.org Git - packages/Field3D.git/blame - Field3D-link.patch
- release 20 (by relup.sh)
[packages/Field3D.git] / Field3D-link.patch
CommitLineData
ef4efe25
JB
1--- imageworks-Field3D-94d1bf3/CMakeLists.txt.orig 2012-02-04 18:37:22.000000000 +0100
2+++ imageworks-Field3D-94d1bf3/CMakeLists.txt 2012-07-11 19:04:10.092609331 +0200
3@@ -39,7 +39,7 @@
4
5 FIND_PACKAGE (Doxygen)
6 FIND_PACKAGE (HDF5)
7-FIND_PACKAGE (Boost COMPONENTS thread program_options)
8+FIND_PACKAGE (Boost COMPONENTS thread program_options system)
9 FIND_PACKAGE (ILMBase)
10
11 OPTION (INSTALL_DOCS "Automatically install documentation." ON)
12@@ -86,6 +86,10 @@
13 PROPERTIES SOVERSION 1.3
14 )
15
16+TARGET_LINK_LIBRARIES ( Field3D
17+ ${HDF5_LIBRARIES} Iex Half dl boost_system
18+)
19+
20 SET ( Field3D_Target_Link_Libraries
21 Field3D
22 ${HDF5_LIBRARIES}
This page took 0.062204 seconds and 4 git commands to generate.