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: docs/build_and_install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ In simplest case, if you don't want to understand Jinja2C++ build script interna
53
53
4. Run CMake and build the library:
54
54
```
55
55
> cd .build
56
-
> cmake .. -DCMAKE_INSTALL_PREFIX=<path to install folder> -DJINJA2_DEPS_MODE=internal
56
+
> cmake .. -DCMAKE_INSTALL_PREFIX=<path to install folder> -DJINJA2CPP_DEPS_MODE=internal
57
57
> cmake --build . --target install
58
58
```
59
-
"Path to install folder" here is a path to the folder where you want to install Jinja2Cpp lib.`JINJA2_DEPS_MODE` define with`internal` value creates the build script which will take external dependencies from the submodules.
59
+
"Path to install folder" here is a path to the folder where you want to install Jinja2Cpp lib.`DJINJA2CPP_DEPS_MODE` define with`internal` value creates the build script which will take external dependencies from the submodules.