aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2017-06-14 22:55:02 +0200
committerAnders Broman <a.broman58@gmail.com>2017-06-15 04:23:29 +0000
commit2a5cb8e32e31ed0fb64b97318dd38470886d9154 (patch)
treed8e4ec1589ab5d94afc0582a1591f0bc2025fc83 /README.cmake
parent828e1f07a82feb821c8169236fde18570ec01313 (diff)
Miscellaneous texual corrections and addition
Correct some symbolic references in source file comments and add a note about the CMake configuration options. Change-Id: Idb670a2c798c2a52cdce142340ce8fc5a2022508 Reviewed-on: https://code.wireshark.org/review/22138 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 90d6f5437f..02fb73b308 100644
--- a/README.cmake
+++ b/README.cmake
@@ -69,6 +69,11 @@ Note 1:
# particularly for MSBuild.
-DCMAKE_TRY_COMPILE_CONFIGURATION=Release
+ You can list all build variables (with help) using
+ cmake -LH [options] ../<Name_of_WS_source_dir>
+ This lists the cache of build variables after the cmake run.
+ To only view the current cache, add option -N.
+
Note 2:
After running cmake, you can always run "make help" to see
a list of all possible make targets.