diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-14 11:33:32 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-14 11:33:42 +0200 |
commit | 77d7e6a764011a3b6dc13afbf7b26be39cb56dbd (patch) | |
tree | a9e0a8d28a3a81a44d94be920494e2e7f0427770 /doc | |
parent | unstable: KWallet integration (diff) | |
download | smolbote-77d7e6a764011a3b6dc13afbf7b26be39cb56dbd.tar.xz |
Update CMakeLists option names
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building.asciidoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Building.asciidoc b/doc/Building.asciidoc index 47eb0bb..6fabf8f 100644 --- a/doc/Building.asciidoc +++ b/doc/Building.asciidoc @@ -49,12 +49,14 @@ make -j4 make install ---- +You can also use ccmake (cmake curses interface) or cmake-gui. + === vendor.cmake vendor.cmake contains various settings to customize the way in which the program functions. The available options and their values may change with revisions. When changing vendor.cmake, make sure to have all values defined in the preset. - -DVENDOR=path/to/custom-vendor.cmake + -DVendor=path/to/custom-vendor.cmake === Compiler flags cmake does not set any C++ flags by default, including no optimization flags. |