Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 693448
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 864-869 if(ENABLE_P4EST) Link Here
864
    set_config_option(HAVE_P4EST "p4est")
864
    set_config_option(HAVE_P4EST "p4est")
865
    list(APPEND EXTERNAL_LIBRARIES ${P4EST_LIB})
865
    list(APPEND EXTERNAL_LIBRARIES ${P4EST_LIB})
866
    list(APPEND EXTERNAL_LIBRARIES ${POPPLER_CPP_LIB})
866
    list(APPEND EXTERNAL_LIBRARIES ${POPPLER_CPP_LIB})
867
    list(APPEND EXTERNAL_LIBRARIES sc)
867
    list(APPEND EXTERNAL_INCLUDES ${P4EST_INC})
868
    list(APPEND EXTERNAL_INCLUDES ${P4EST_INC})
868
  endif()
869
  endif()
869
endif()
870
endif()
870
- 

Return to bug 693448