From 2a5cb8e32e31ed0fb64b97318dd38470886d9154 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 14 Jun 2017 22:55:02 +0200 Subject: 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 Reviewed-by: Anders Broman --- README.cmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.cmake') 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] ../ + 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. -- cgit v1.2.3