From b8ff6892f6bbef4b92b06996ba88d7debe373ee9 Mon Sep 17 00:00:00 2001 From: xantares Date: Tue, 9 Dec 2014 10:18:18 +0100 Subject: [PATCH] set OPENBLAS_CMAKE_DIR to /lib/cmake/ usually these files are more often located in this subdir --- Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.install b/Makefile.install index 04323ee..f6c3b9a 100644 --- a/Makefile.install +++ b/Makefile.install @@ -9,7 +9,7 @@ OPENBLAS_INCLUDE_DIR := $(PREFIX)/include OPENBLAS_LIBRARY_DIR := $(PREFIX)/lib OPENBLAS_BINARY_DIR := $(PREFIX)/bin OPENBLAS_BUILD_DIR := $(CURDIR) -OPENBLAS_CMAKE_DIR := $(PREFIX)/cmake +OPENBLAS_CMAKE_DIR := $(OPENBLAS_LIBRARY_DIR)/cmake/openblas OPENBLAS_CMAKE_CONFIG := OpenBLASConfig.cmake .PHONY : install -- 2.7.4