~ubuntu-branches/ubuntu/trusty/openimageio/trusty

« back to all changes in this revision

Viewing changes to src/libOpenImageIO/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-12-19 19:06:30 UTC
  • Revision ID: package-import@ubuntu.com-20131219190630-u3j15p75s3nbnxrb
Tags: 1.2.3~dfsg0-1ubuntu1
* 0099-as-needed-fix.patch: Move -latomic to the right part of the link
  line to resolve FTBFS with as-needed on -latomic arches like powerpc.
* 0099-libOpenImageIO-underlinked.patch: Link libOpenImageIO with -ldl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
endif ()
212
212
target_link_libraries (OpenImageIO
213
213
                           ${VISIBILITY_COMMAND} ${VISIBILITY_MAP_COMMAND}
214
 
                           ${Boost_LIBRARIES})
 
214
                           ${Boost_LIBRARIES} atomic ${CMAKE_DL_LIBS})
215
215
 
216
216
# Link against system TBB library if specified
217
217
if (USE_TBB AND USE_EXTERNAL_TBB)