Remove unused libraries

This commit is contained in:
2017-11-21 22:36:27 -06:00
parent 4639cd1d50
commit 25b1a26e26
2 changed files with 3 additions and 16 deletions

View File

@@ -1,11 +0,0 @@
find_library(LAPACKE_LIBRARIES
NAMES lapacke)
find_path(LAPACKE_INCLUDE_DIR NAMES lapacke.h)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LAPACKE
DEFAULT_MSG
LAPACKE_LIBRARIES
LAPACKE_INCLUDE_DIR)
mark_as_advanced(LAPACKE_LIBRARIES LAPACKE_INCLUDE_DIR)