diff options
author | Brad King <brad.king@kitware.com> | 2020-06-18 13:40:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-06-18 13:40:38 (GMT) |
commit | d7541e80ed085811fc6180a124adfb5fe6fac519 (patch) | |
tree | 2366b3fa7e4fddcd6e458b46fe4447b2dddbe2ab /Help | |
parent | 96602aeee2177895b7c91f40092c3364d0b6abec (diff) | |
parent | 7c3204fc7d6c2445d7eee3241b24d741a96e271d (diff) | |
download | CMake-d7541e80ed085811fc6180a124adfb5fe6fac519.zip CMake-d7541e80ed085811fc6180a124adfb5fe6fac519.tar.gz CMake-d7541e80ed085811fc6180a124adfb5fe6fac519.tar.bz2 |
Merge topic 'tutorial_correct_step9_wording'
7c3204fc7d Tutorial: Correct Step9 wording
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4907
Diffstat (limited to 'Help')
-rw-r--r-- | Help/guide/tutorial/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/index.rst b/Help/guide/tutorial/index.rst index 6e26de9..eb81ee5 100644 --- a/Help/guide/tutorial/index.rst +++ b/Help/guide/tutorial/index.rst @@ -703,7 +703,7 @@ Finally, update ``MathFunctions/MathFunctions.h`` to use dll export defines: .. literalinclude:: Step10/MathFunctions/MathFunctions.h :language: c++ -At this point, if you build everything, you will notice that linking fails +At this point, if you build everything, you may notice that linking fails as we are combining a static library without position independent code with a library that has position independent code. The solution to this is to explicitly set the :prop_tgt:`POSITION_INDEPENDENT_CODE` target property of |