Skip to content

Commit c2e4547

Browse files
committed
Doc: Improve compilation script
1 parent 74e96e8 commit c2e4547

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/doc/developer_guide/architecture/architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Compilation
1515
.. code-block:: bash
1616
1717
cd ottemplate
18-
mkdir -p build && cd build
1918
cmake \
2019
-DCMAKE_INSTALL_PREFIX=$PWD/install \
2120
-DOpenTURNS_DIR=$PWD/../../openturns/build/install/lib/cmake/openturns \
22-
..
21+
-B build .
22+
cmake --build build --target install
2323
2424
Source code structure
2525
---------------------

0 commit comments

Comments
 (0)