From 4a1eddc2c973e9a03d42828e3083a5829a0d8f49 Mon Sep 17 00:00:00 2001 From: ddzama Date: Wed, 4 May 2022 13:37:54 +0300 Subject: [PATCH] 0032921: Add description of new CMAKE variable `BUILD_CPP_STANDARD` into documantation. --- dox/build/build_occt/building_occt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dox/build/build_occt/building_occt.md b/dox/build/build_occt/building_occt.md index 2e1c7ec18a..9dce288ef7 100644 --- a/dox/build/build_occt/building_occt.md +++ b/dox/build/build_occt/building_occt.md @@ -113,6 +113,7 @@ The following table gives the full list of environment variables used at the con | BUILD_PATCH | Path | Points to the directory recognized as a "patch" for OCCT. If specified, the files from this directory take precedence over the corresponding native OCCT sources. This way you are able to introduce patches to Open CASCADE Technology not affecting the original source distribution | | BUILD_WITH_DEBUG | Boolean | Enables extended messages of many OCCT algorithms, usually printed to cout. These include messages on internal errors and special cases encountered, timing, etc. | | BUILD_ENABLE_FPE_SIGNAL_HANDLER | Boolean | Enable/Disable the floating point exceptions (FPE) during DRAW execution only. Corresponding environment variable (CSF_FPE) can be changed manually in custom.bat/sh scripts without regeneration by CMake. | +| BUILD_CPP_STANDARD | String | Employ corresponding c++ standard (C++11, C++14, ..C++23) for building OCCT | | CMAKE_CONFIGURATION_TYPES | String | Semicolon-separated CMake configurations | | INSTALL_DIR | Path | Points to the installation directory. *INSTALL_DIR* is a synonym of *CMAKE_INSTALL_PREFIX*. The user can specify both *INSTALL_DIR* or *CMAKE_INSTALL_PREFIX* | | INSTALL_DIR_BIN | Path | Relative path to the binaries installation directory (absolute path is ${INSTALL_DIR}/${INSTALL_DIR_BIN}) | -- 2.39.5