Skip to content

Commit

Permalink
Merge pull request #83 from wolfv/fix_install_of_xflens
Browse files Browse the repository at this point in the history
fix install of xflens
  • Loading branch information
SylvainCorlay committed Aug 14, 2018
2 parents 6501e65 + 4a394d4 commit a47800a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ install(FILES ${XTENSOR_BLAS_HEADERS}

install(DIRECTORY ${INCLUDE_DIR}/xflens
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
PATTERN netlib EXCLUDE
PATTERN *.tgz EXCLUDE
PATTERN Makefile EXCLUDE
PATTERN dummy.in.cc EXCLUDE
PATTERN filter.pm EXCLUDE
PATTERN CMakeLists.txt EXCLUDE)

set(XTENSOR_BLAS_CMAKECONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE
Expand Down

0 comments on commit a47800a

Please sign in to comment.