ENH: fix docs

This commit is contained in:
Bill Hoffman 2005-11-19 08:04:36 -05:00
parent 408abf5d08
commit c3d9a7ca5a

View File

@ -63,7 +63,7 @@ public:
" TRY_RUN(RUN_RESULT_VAR COMPILE_RESULT_VAR\n" " TRY_RUN(RUN_RESULT_VAR COMPILE_RESULT_VAR\n"
" bindir srcfile <CMAKE_FLAGS <Flags>>\n" " bindir srcfile <CMAKE_FLAGS <Flags>>\n"
" <COMPILE_DEFINITIONS <flags>>\n" " <COMPILE_DEFINITIONS <flags>>\n"
" <ARGUMENTS <arg1> <arg2>...>)\n" " <ARGS <arg1> <arg2>...>)\n"
"Try compiling a srcfile. Return the success or failure in " "Try compiling a srcfile. Return the success or failure in "
"COMPILE_RESULT_VAR. Then if the compile succeeded, run the " "COMPILE_RESULT_VAR. Then if the compile succeeded, run the "
"executable and return the result in RUN_RESULT_VAR. " "executable and return the result in RUN_RESULT_VAR. "