Skip to content

Commit

Permalink
Merge pull request #52 from Basiliuss/patch-1
Browse files Browse the repository at this point in the history
Fix typo (is -> it)
  • Loading branch information
ruslo committed May 28, 2020
2 parents 1774dde + 795a6d2 commit 64b7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/cmake-sources/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Make sure you **fully understand** what each variable means in other scenarios:
referring to ``${PROJECT_SOURCE_DIR}/resources``.

* ``CMAKE_CURRENT_SOURCE_DIR`` this is a directory with ``CMakeLists.txt``.
If you're using this variable internally you can substitute is with
If you're using this variable internally you can substitute it with
``CMAKE_CURRENT_LIST_DIR``. In case you're creating module for external usage
consider moving all functionality to ``function``.

Expand Down

0 comments on commit 64b7c4d

Please sign in to comment.