Skip to content

Commit d46fc08

Browse files
committed
more clean up
1 parent 99f278b commit d46fc08

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# BLAS
2-
set(BLAS_ROOT "" CACHE STRING "Root directory of BLAS or OpenBLAS")
3-
message(STATUS "BLAS_ROOT is " ${BLAS_ROOT})
4-
52
set(USE_CMAKE_FIND_BLAS ON)
63

7-
# if ((NOT BLAS_LIBRARIES STREQUAL "") OR
8-
# (NOT BLA_VENDOR STREQUAL ""))
9-
# set(USE_CMAKE_FIND_BLAS ON)
10-
# endif()
4+
set(BLAS_ROOT "" CACHE STRING "Root directory of BLAS or OpenBLAS")
5+
if (NOT (BLAS_ROOT STREQUAL ""))
6+
message(STATUS "BLAS_ROOT is " ${BLAS_ROOT})
7+
endif()
118

129
# Optionally set the vendor:
1310
# set(BLA_VENDOR libblastrampoline)

readme-hipo-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Go to step 8.
9797

9898
### Notes
9999

100-
Make sure, that in the HiGHS CMake output, the path where the GKlib library is found matches the path where the GKlib include header is. If not, there may be a system GKlib library which is being picked up by mistake. I is working on resolving this.
100+
Make sure, that in the HiGHS CMake output, the path where the GKlib library is found matches the path where the GKlib include header is. If not, there may be a system GKlib library which is being picked up by mistake.

0 commit comments

Comments
 (0)