adapt sentence about version pinning

This commit is contained in:
Radovan Bast 2015-07-27 18:33:45 +02:00
parent cf5132e441
commit d3910cd04d

View File

@ -17,8 +17,8 @@ How to pin CMake modules to a certain version
--------------------------------------------- ---------------------------------------------
Sometimes you may want to avoid using the latest version of a CMake module and Sometimes you may want to avoid using the latest version of a CMake module and
rather fetch an older version with the hash ``abcd123``. To achieve this, instead rather fetch an older version, for example with the hash ``abcd123``. To
of:: achieve this, instead of::
[coverage] [coverage]
source: https://github.com/scisoft/autocmake/raw/master/modules/code_coverage.cmake source: https://github.com/scisoft/autocmake/raw/master/modules/code_coverage.cmake