Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3ecb15e2 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

_DEP variables was not set

parent b0c86f86
No related branches found
No related tags found
No related merge requests found
...@@ -280,11 +280,12 @@ if(HYPRE_LIBRARIES) ...@@ -280,11 +280,12 @@ if(HYPRE_LIBRARIES)
check_function_exists(HYPRE_StructGridCreate HYPRE_WORKS) check_function_exists(HYPRE_StructGridCreate HYPRE_WORKS)
mark_as_advanced(HYPRE_WORKS) mark_as_advanced(HYPRE_WORKS)
if(NOT HYPRE_WORKS) if(HYPRE_WORKS)
# save link with dependencies # save link with dependencies
set(HYPRE_LIBRARIES_DEP "${REQUIRED_LIBS}") set(HYPRE_LIBRARIES_DEP "${REQUIRED_LIBS}")
set(HYPRE_LIBRARY_DIRS_DEP "${REQUIRED_LIBDIRS}") set(HYPRE_LIBRARY_DIRS_DEP "${REQUIRED_LIBDIRS}")
set(HYPRE_INCLUDE_DIRS_DEP "${REQUIRED_INCDIRS}") set(HYPRE_INCLUDE_DIRS_DEP "${REQUIRED_INCDIRS}")
else()
if(NOT HYPRE_FIND_QUIETLY) if(NOT HYPRE_FIND_QUIETLY)
message(STATUS "Looking for HYPRE : test of HYPRE_StructGridCreate with HYPRE library fails") message(STATUS "Looking for HYPRE : test of HYPRE_StructGridCreate with HYPRE library fails")
message(STATUS "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}") message(STATUS "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment