Skip to content

Commit

Permalink
Remove FLENS dir from include directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Mar 6, 2018
1 parent 34d596d commit 05a2c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xtensor-blasConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

set(PN xtensor_blas)
set_and_check(TEMP_XTENSOR_BLAS_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@")
set_and_check(FLENS_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@/xtensor-blas/flens")
set(${PN}_INCLUDE_DIRS "${TEMP_XTENSOR_BLAS_INCLUDE_DIR};${FLENS_INCLUDE_DIR}")
set(${PN}_INCLUDE_DIRS "${TEMP_XTENSOR_BLAS_INCLUDE_DIR}")
unset(TEMP_XTENSOR_BLAS_INCLUDE_DIR)
set(${PN}_LIBRARY "")
check_required_components(${PN})

0 comments on commit 05a2c01

Please sign in to comment.