Document CMAKE_TRY_COMPILE_CONFIGURATION variable

Also reference it from try_compile and try_run since it affects those
commands.
This commit is contained in:
Brad King
2011-01-17 17:23:15 -05:00
parent 56efc60fa0
commit 052c2ae1aa
3 changed files with 15 additions and 2 deletions
+3 -1
View File
@@ -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);