Skip to content

Commit 52d15b8

Browse files
authored
docs: Fix wrong variable names in doc after PR #3219 (GEOSX_ -> GEOS_). (#3242)
1 parent 9cf5ab5 commit 52d15b8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/docs/sphinx/buildGuide/BuildProcess.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Option Default Explanation
7575
``ENABLE_TOTALVIEW_OUTPUT`` ``OFF`` Enables TotalView debugger custom view of GEOS data structures
7676
``ENABLE_COV`` ``OFF`` Enables code coverage
7777
``GEOS_ENABLE_TESTS`` ``ON`` Enables unit testing targets
78-
``GEOSX_LA_INTERFACE`` ``Hypre`` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
79-
``GEOSX_BUILD_OBJ_LIBS`` ``ON`` Use CMake Object Libraries build
80-
``GEOSX_BUILD_SHARED_LIBS`` ``OFF`` Build ``geosx_core`` as a shared library instead of static
81-
``GEOSX_PARALLEL_COMPILE_JOBS`` Max. number of compile jobs (when using Ninja), in addition to ``-j`` flag
82-
``GEOSX_PARALLEL_LINK_JOBS`` Max. number of link jobs (when using Ninja), in addition to ``-j`` flag
83-
``GEOSX_INSTALL_SCHEMA`` ``ON`` Enables schema generation and installation
78+
``GEOS_LA_INTERFACE`` ``Hypre`` Choiсe of Linear Algebra backend (Hypre/Petsc/Trilinos)
79+
``GEOS_BUILD_OBJ_LIBS`` ``ON`` Use CMake Object Libraries build
80+
``GEOS_BUILD_SHARED_LIBS`` ``OFF`` Build ``geosx_core`` as a shared library instead of static
81+
``GEOS_PARALLEL_COMPILE_JOBS`` Max. number of compile jobs (when using Ninja), in addition to ``-j`` flag
82+
``GEOS_PARALLEL_LINK_JOBS`` Max. number of link jobs (when using Ninja), in addition to ``-j`` flag
83+
``GEOS_INSTALL_SCHEMA`` ``ON`` Enables schema generation and installation
8484
=============================== ========= ==============================================================================

src/docs/sphinx/buildGuide/ContinuousIntegration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The
4141

4242
.. code-block:: sh
4343
44-
GEOSX_TPL_DIR
44+
GEOS_TPL_DIR
4545
4646
variable contains the absolute path of the installation root directory of the third party libraries.
4747
GEOS must use it when building.

0 commit comments

Comments
 (0)