mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Tutorial: Fix grammar typo in Step 11
Fix and improve wording in the "Adding Export Configuration" step.
This commit is contained in:
@@ -46,7 +46,7 @@ you will see that CMake will generate an error that looks like:
|
|||||||
|
|
||||||
which is prefixed in the source directory.
|
which is prefixed in the source directory.
|
||||||
|
|
||||||
What CMake is trying to say is that during generating the export information
|
CMake is telling you that during the generation of the export information
|
||||||
it will export a path that is intrinsically tied to the current machine and
|
it will export a path that is intrinsically tied to the current machine and
|
||||||
will not be valid on other machines. The solution to this is to update the
|
will not be valid on other machines. The solution to this is to update the
|
||||||
``MathFunctions`` :command:`target_include_directories` to understand that it
|
``MathFunctions`` :command:`target_include_directories` to understand that it
|
||||||
|
|||||||
Reference in New Issue
Block a user