############################################################################ # Copyright (c) 2016, Johan Mabille and Sylvain Corlay # # # # Distributed under the terms of the BSD 3-Clause License. # # # # The full license is in the file LICENSE, distributed with this software. # ############################################################################ # xtensor-python cmake module # This module sets the following variables in your project:: # # xtensor-python_FOUND - true if xtensor-python found on the system # xtensor-python_INCLUDE_DIRS - the directory containing xtensor-python headers # xtensor-python_LIBRARY - empty @PACKAGE_INIT@ set(PN xtensor-python) set_and_check(${PN}_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@") set(${PN}_LIBRARY "") check_required_components(${PN})