X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=docs%2Frelease-notes%2F2021%2Fmajor%2Fportability.rst;h=4c1a22e13eaa4d1b4c0d41d6362f50633c160489;hb=c7d30ad9d5ee494c7c4f1c3c9a9238c4984a9e26;hp=f688a2b01d3b6aad133c4042b8763de0cd2bcd08;hpb=42a41d99f15c2aa8f11b102eb19c338c56e359e4;p=alexxy%2Fgromacs.git diff --git a/docs/release-notes/2021/major/portability.rst b/docs/release-notes/2021/major/portability.rst index f688a2b01d..4c1a22e13e 100644 --- a/docs/release-notes/2021/major/portability.rst +++ b/docs/release-notes/2021/major/portability.rst @@ -12,7 +12,7 @@ CMake now detects Python using If you previously used ``PYTHON_EXECUTABLE`` to hint the location of the Python interpreter, you should instead specify the Python "root" or "prefix" path (the directory containing ``./bin/python3``) with CMake variable -``Python3_ROOT`` or ``CMAKE_PREFIX_PATH``. As other infrastructure evolves, +``Python3_ROOT_DIR`` or ``CMAKE_PREFIX_PATH``. As other infrastructure evolves, ``PYTHON_EXECUTABLE`` may cease to have the desired effect without warning. .. Note to developers!