Skip to content

Commit 56eeaed

Browse files
committed
fixes before the hackaton/meetup
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent beae456 commit 56eeaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include("cmake/pgm_version.cmake")
1111

1212
project (power_grid_model VERSION ${PGM_VERSION})
1313

14-
option(PGM_ENABLE_TESTS "Enable tests" OFF)
14+
option(PGM_ENABLE_DEV_BUILD "Enable developer build (e.g.: tests)" OFF)
1515

1616
set(CMAKE_CXX_STANDARD 20)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)

docs/advanced_documentation/build-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ As an example, go to the root folder of repo. Use the following command to build
427427
./build.sh -p <preset>
428428
```
429429
430-
To list the available presets, run `./build.sh -h`.
430+
To list the available presets, run `cmake --list-presets`.
431431
432432
One can run the unit tests and C API example by:
433433

0 commit comments

Comments
 (0)