Skip to content

Commit

Permalink
docs: fix hunter_source_subdir example usage (#105)
Browse files Browse the repository at this point in the history
Copy paste error for the usage example of hunter_source_subdir()
  • Loading branch information
NeroBurner authored and rbsheth committed Dec 18, 2019
1 parent 9ae97a6 commit f4c69a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/user-modules/hunter_source_subdir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It is meant to be used in the project definition at

.. code-block:: cmake
hunter_config(
hunter_source_subdir(
${package}
# SOURCE_SUBDIR will be forwarded to ExternalProject_Add command
SOURCE_SUBDIR "cpp"
Expand Down

0 comments on commit f4c69a7

Please sign in to comment.