Browse Source

Fix generation and installation of header files

Generate openblas_config.h and f77blas.h with same contents as in plain Makefile builds and install only the public header files
pull/1186/head
Martin Kroeker GitHub 9 years ago
parent
commit
8986687c92
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      CMakeLists.txt

+ 0
- 1
CMakeLists.txt View File

@@ -267,7 +267,6 @@ if(NOT NO_LAPACKE)
)
install (FILES ${CMAKE_BINARY_DIR}/lapacke_mangling.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
endif()

if(NOT MSVC)
install (TARGETS ${OpenBLAS_LIBNAME}_static DESTINATION ${CMAKE_INSTALL_LIBDIR})


Loading…
Cancel
Save