mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user