Merge topic 'MinorImprovementToTryCompileDocs'
d6b9df4
Minor fix to try_compile() docs (#12333)
This commit is contained in:
commit
dc96b975c5
|
@ -102,7 +102,8 @@ public:
|
|||
"In both versions of the command, "
|
||||
"if OUTPUT_VARIABLE is specified, then the "
|
||||
"output from the build process is stored in the given variable. "
|
||||
"Return the success or failure in "
|
||||
"The success or failure of the try_compile, i.e. TRUE or FALSE "
|
||||
"respectively, is returned 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 "
|
||||
|
|
Loading…
Reference in New Issue