mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixes status message when PETSc couldn't be found.
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
975d161359
commit
2de1568a33
@@ -96,7 +96,7 @@ if (NOT PETSC_LIBRARY)
|
||||
)
|
||||
endif()
|
||||
if(NOT PETSC_LIBRARY)
|
||||
message(STATUS "Directory with the SuperLU library not found")
|
||||
message(STATUS "Could not find the PETSc library")
|
||||
return()
|
||||
endif()
|
||||
list(APPEND CMAKE_REQUIRED_LIBRARIES "${PETSC_LIBRARY}")
|
||||
|
||||
Reference in New Issue
Block a user