diff --git a/docs/creating-new/create/cmake.rst b/docs/creating-new/create/cmake.rst index 5d8e4f9753..06de86db12 100644 --- a/docs/creating-new/create/cmake.rst +++ b/docs/creating-new/create/cmake.rst @@ -275,7 +275,10 @@ Download release archive and calculate ``SHA1``: Add this information to ``cmake/projects/hunter_box_1/hunter.cmake`` file: .. code-block:: cmake - :emphasize-lines: 10, 12, 14, 16 + :emphasize-lines: 1, 13, 15, 17, 19 + + # Copyright (c) 2016-2020, Rahul Sheth, Ruslan Baratov + # All rights reserved. # !!! DO NOT PLACE HEADER GUARDS HERE !!! @@ -402,7 +405,8 @@ Create example [hunter]> sed -i 's,foo,hunter_box_1,g' examples/hunter_box_1/* Tweak all files in ``examples/hunter_box_1`` directory to fit headers and -names of imported targets. +names of imported targets. Don't forget to update the copyright notices in +``examples/hunter_box_1/CMakeLists.txt`` with the current year and your name. Add documentation =================