mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 07:10:26 +00:00
FindMPI: Mark old MPI library entries as advanced
This commit is contained in:
@@ -660,6 +660,7 @@ if (MPI_NUMLIBS GREATER 1)
|
|||||||
else()
|
else()
|
||||||
set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND" CACHE STRING "Extra MPI libraries to link against" FORCE)
|
set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND" CACHE STRING "Extra MPI libraries to link against" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
mark_as_advanced(MPI_LIBRARY MPI_EXTRA_LIBRARY)
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
||||||
# unset these vars to cleanup namespace
|
# unset these vars to cleanup namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user