From 77d7e6a764011a3b6dc13afbf7b26be39cb56dbd Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 14 Oct 2018 11:33:32 +0200 Subject: Update CMakeLists option names --- doc/Building.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1