We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e96e8 commit c2e4547Copy full SHA for c2e4547
1 file changed
python/doc/developer_guide/architecture/architecture.rst
@@ -15,11 +15,11 @@ Compilation
15
.. code-block:: bash
16
17
cd ottemplate
18
- mkdir -p build && cd build
19
cmake \
20
-DCMAKE_INSTALL_PREFIX=$PWD/install \
21
-DOpenTURNS_DIR=$PWD/../../openturns/build/install/lib/cmake/openturns \
22
- ..
+ -B build .
+ cmake --build build --target install
23
24
Source code structure
25
---------------------
0 commit comments