STYLE: fix docs
This commit is contained in:
parent
f6ef36d8b2
commit
4d2ce04caa
@ -93,12 +93,12 @@ public:
|
||||
"are cleaned automatically. If OUTPUT_VARIABLE is specified, then the "
|
||||
"output from the build process is stored in the given variable. "
|
||||
"TRY_COMPILE creates a CMakeList.txt "
|
||||
"file on the fly, and in that file it looks like this: "
|
||||
" ADD_DEFINITIONS( <expanded COMPILE_DEFINITIONS from calling cmake>"
|
||||
" INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES})"
|
||||
" LINK_DIRECTORIES(${LINK_DIRECTORIES})"
|
||||
" ADD_EXECUTABLE(cmTryCompileExec sources)"
|
||||
" TARGET_LINK_LIBRARIES(cmTryCompileExec ${LINK_LIBRARIES})";
|
||||
"file on the fly, and in that file it looks like this:\n"
|
||||
" ADD_DEFINITIONS( <expanded COMPILE_DEFINITIONS from calling cmake>)\n"
|
||||
" INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES})\n"
|
||||
" LINK_DIRECTORIES(${LINK_DIRECTORIES})\n"
|
||||
" ADD_EXECUTABLE(cmTryCompileExec sources)\n"
|
||||
" TARGET_LINK_LIBRARIES(cmTryCompileExec ${LINK_LIBRARIES})\n";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmTryCompileCommand, cmCommand);
|
||||
|
Loading…
x
Reference in New Issue
Block a user