Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gerald Combs
CMake
Commits
a336e438
Commit
a336e438
authored
Jan 28, 2016
by
Bartosz
Committed by
Brad King
Jan 28, 2016
Browse files
Help: Improve markup in `if` command documentation
parent
88968265
Changes
1
Hide whitespace changes
Inline
Side-by-side
Help/command/if.rst
View file @
a336e438
...
...
@@ -80,7 +80,7 @@ Possible expressions are:
only for full paths.
``if(file1 IS_NEWER_THAN file2)``
True if file1 is newer than file2 or if one of the two files doesn't
True if
``
file1
``
is newer than
``
file2
``
or if one of the two files doesn't
exist. Behavior is well-defined only for full paths. If the file
time stamps are exactly the same, an ``IS_NEWER_THAN`` comparison returns
true, so that any dependent build operations will occur in the event
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment