Codebase list votca-xtp / debian/latest src / libxtp / VOTCA_XTPConfig.cmake.in
debian/latest

Tree @debian/latest (Download .tar.gz)

VOTCA_XTPConfig.cmake.in @debian/latestraw · history · blame

include(CMakeFindDependencyMacro)
if(@OpenMP_FOUND@)
  find_dependency(OpenMP 4.5)
endif()
find_dependency(PkgConfig REQUIRED)
pkg_check_modules(LIBXC REQUIRED IMPORTED_TARGET libxc)
find_dependency(HDF5 1.8 REQUIRED COMPONENTS CXX)
find_dependency(Boost 1.57.0 REQUIRED COMPONENTS program_options filesystem system timer)
find_dependency(Eigen3 3.3.0 REQUIRED NO_MODULE)
find_dependency(VOTCA_CSG REQUIRED NO_MODULE)
find_dependency(VOTCA_TOOLS REQUIRED NO_MODULE)
if(@USE_CUDA@)
  find_dependency(CUDA REQUIRED)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/VOTCA_XTP_Targets.cmake")
set_target_properties(VOTCA::votca_xtp PROPERTIES VOTCA_SHARE "@CMAKE_INSTALL_DATADIR@/votca")
set_target_properties(VOTCA::votca_xtp PROPERTIES XTP_PATH "@CMAKE_INSTALL_FULL_BINDIR@")