diff options
author | Brad King <brad.king@kitware.com> | 2011-01-17 22:23:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-17 22:23:15 (GMT) |
commit | 052c2ae1aa9759e141a4331877f7e39ba5688ca5 (patch) | |
tree | d68fcc0fe27e97ebe2f7f1fe11d3585333ac3e5e /Source/cmTryCompileCommand.h | |
parent | 56efc60fa0b9ef067d4b5648e43136b250872088 (diff) | |
download | CMake-052c2ae1aa9759e141a4331877f7e39ba5688ca5.zip CMake-052c2ae1aa9759e141a4331877f7e39ba5688ca5.tar.gz CMake-052c2ae1aa9759e141a4331877f7e39ba5688ca5.tar.bz2 |
Document CMAKE_TRY_COMPILE_CONFIGURATION variable
Also reference it from try_compile and try_run since it affects those
commands.
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index 3a30e4c..d8ce529 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -94,7 +94,9 @@ public: "Return the success or failure in " "RESULT_VAR. CMAKE_FLAGS can be used to pass -DVAR:TYPE=VALUE flags " "to the cmake that is run during the build. " - ""; + "Set variable CMAKE_TRY_COMPILE_CONFIGURATION to choose a build " + "configuration." + ; } cmTypeMacro(cmTryCompileCommand, cmCoreTryCompile); |