Skip to content
Snippets Groups Projects
Commit 8c0f5a8f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent dd86e8f7
No related branches found
No related tags found
No related merge requests found
......@@ -1334,9 +1334,9 @@ message(STATUS " * Build options:" ${GMSH_CONFIG_OPTIONS})
message(STATUS " * Build type: " ${CMAKE_BUILD_TYPE})
message(STATUS " * C compiler: " ${CMAKE_C_COMPILER})
message(STATUS " * C++ compiler: " ${CMAKE_CXX_COMPILER})
if(ENV_PETSC_ARCH)
if(HAVE_PETSC AND ENV_PETSC_ARCH)
message(STATUS " * PETSc arch: " ${ENV_PETSC_ARCH})
endif(ENV_PETSC_ARCH)
endif(HAVE_PETSC AND ENV_PETSC_ARCH)
message(STATUS " * Install prefix: " ${CMAKE_INSTALL_PREFIX})
message(STATUS "")
message(STATUS "Run 'ccmake ${CMAKE_CURRENT_SOURCE_DIR}' to fine-tune the configuration.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment