Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 654430 | Differences between
and this patch

Collapse All | Expand All

(-)libaom-9999/CMakeLists.txt (+3 lines)
Lines 575-580 Link Here
575
  include("${AOM_ROOT}/build/cmake/exports.cmake")
575
  include("${AOM_ROOT}/build/cmake/exports.cmake")
576
  setup_exports_target()
576
  setup_exports_target()
577
  set_target_properties(aom PROPERTIES SOVERSION 0)
577
  set_target_properties(aom PROPERTIES SOVERSION 0)
578
  if(HAVE_PTHREAD_H AND CONFIG_MULTITHREAD)
579
    target_link_libraries(aom ${AOM_LIB_LINK_TYPE} Threads::Threads)
580
  endif()
578
endif()
581
endif()
579
582
580
# Handle user supplied compile and link flags last to ensure they're obeyed.
583
# Handle user supplied compile and link flags last to ensure they're obeyed.

Return to bug 654430