diff options
author | FrankYin <djmax96945147@outlook.com> | 2024-05-17 10:50:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-05-17 15:25:39 (GMT) |
commit | ea544235e58e8aa3687314107a0ff58b0518eed4 (patch) | |
tree | 4534f85d6dea2fd898706b9abe435f1d5dc43eda /Help | |
parent | 3f28a819ce00dfd2b26f863ce7e761a68b95726a (diff) | |
download | CMake-ea544235e58e8aa3687314107a0ff58b0518eed4.zip CMake-ea544235e58e8aa3687314107a0ff58b0518eed4.tar.gz CMake-ea544235e58e8aa3687314107a0ff58b0518eed4.tar.bz2 |
Tutorial: Fix grammar typo in Step 11
Fix and improve wording in the "Adding Export Configuration" step.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/guide/tutorial/Adding Export Configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Adding Export Configuration.rst b/Help/guide/tutorial/Adding Export Configuration.rst index 6c83276..c4ab476 100644 --- a/Help/guide/tutorial/Adding Export Configuration.rst +++ b/Help/guide/tutorial/Adding Export Configuration.rst @@ -46,7 +46,7 @@ you will see that CMake will generate an error that looks like: 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 will not be valid on other machines. The solution to this is to update the ``MathFunctions`` :command:`target_include_directories` to understand that it |