diff --git a/Modules/FindEnvModules.cmake b/Modules/FindEnvModules.cmake index 37901fcb16..3e7d800984 100644 --- a/Modules/FindEnvModules.cmake +++ b/Modules/FindEnvModules.cmake @@ -7,126 +7,126 @@ FindEnvModules .. versionadded:: 3.15 -Locate an environment module implementation and make commands available to -CMake scripts to use them. This is compatible with both Lua-based Lmod -and TCL-based EnvironmentModules. - -This module is intended for the use case of setting up the compiler and library -environment within a :ref:`CTest Script ` (``ctest -S``). It can -also be used in a :ref:`CMake Script