You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/Readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ cmake ..
46
46
```
47
47
48
48
Options can be specified with `cmake .. -D<OPTION>=<VALUE>` or by editing the `build/CMakeCache.txt` file after running cmake. The following options are known to the library:
49
-
-`EPI_BUILD_TESTS`: build unit tests in the test directory, ON or OFF, default ON.
50
-
-`EPI_BUILD_EXAMPLES`: build the example applications in the examples directory, ON or OFF, default ON.
51
-
-`EPI_BUILD_MODELS`: build the separate model libraries in the models directory, ON or OFF, default ON.
52
-
-`EPI_BUILD_SIMULATIONS`: build the simulation applications in the simulations directory, ON or OFF, default ON.
53
-
-`EPI_USE_BUNDLED_SPDLOG/_BOOST/_EIGEN/_JSONCPP`: use the corresponding dependency bundled with this project, ON or OFF, default ON.
54
-
-`EPI_SANITIZE_ADDRESS/_UNDEFINED`: compile with specified sanitizers to check correctness, ON or OFF, default OFF.
49
+
-`MEMILIO_BUILD_TESTS`: build unit tests in the test directory, ON or OFF, default ON.
50
+
-`MEMILIO_BUILD_EXAMPLES`: build the example applications in the examples directory, ON or OFF, default ON.
51
+
-`MEMILIO_BUILD_MODELS`: build the separate model libraries in the models directory, ON or OFF, default ON.
52
+
-`MEMILIO_BUILD_SIMULATIONS`: build the simulation applications in the simulations directory, ON or OFF, default ON.
53
+
-`MEMILIO_USE_BUNDLED_SPDLOG/_BOOST/_EIGEN/_JSONCPP`: use the corresponding dependency bundled with this project, ON or OFF, default ON.
54
+
-`MEMILIO_SANITIZE_ADDRESS/_UNDEFINED`: compile with specified sanitizers to check correctness, ON or OFF, default OFF.
55
55
56
56
Other important options may need:
57
57
-`CMAKE_BUILD_TYPE`: controls compiler optimizations and diagnostics, Debug, Release, or RelWithDebInfo; not available for Multi-Config CMake Generators like Visual Studio, set the build type in the IDE or when running the compiler.
@@ -60,7 +60,7 @@ Other important options may need:
60
60
61
61
To e.g. configure the build without unit tests and with a specific version of HDF5:
0 commit comments