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
Craig Scott
CMake
Commits
a293d05c
Commit
a293d05c
authored
Apr 10, 2020
by
Craig Scott
Browse files
Help: Fix unescaped asterisks in docs for SKIP_PRECOMPILE_HEADERS
parent
bd580b7d
Pipeline
#168192
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Help/prop_sf/SKIP_PRECOMPILE_HEADERS.rst
View file @
a293d05c
...
...
@@ -6,8 +6,8 @@ Is this source file skipped by :prop_tgt:`PRECOMPILE_HEADERS` feature.
This property helps with build problems that one would run into
when using the :prop_tgt:`PRECOMPILE_HEADERS` feature.
One example would be the usage of Objective-C (*.m) files, and
Objective-C++ (*.mm) files, which lead to compilation failure
One example would be the usage of Objective-C (
``
*.m
``
) files, and
Objective-C++ (
``
*.mm
``
) files, which lead to compilation failure
because they are treated (in case of Ninja / Makefile generator)
as C, and CXX respectively. The precompile headers are not
compatible between languages.
Write
Preview
Markdown
is supported
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