Fix typo: alow → allow

This commit is contained in:
Aaron Ang
2018-09-26 00:28:05 -07:00
committed by GitHub
parent 1274f61dd9
commit daeb2839b8

View File

@@ -7,7 +7,7 @@ toc::[]
# Introduction
As previously mentioned in the link:../H-third-party-library[third party library], newer
versions of CMake alow you to link third party libraries using link:https://cmake.org/cmake/help/v3.6/prop_tgt/IMPORTED.html#prop_tgt:IMPORTED[imported] +ALIAS+ targets.
versions of CMake allow you to link third party libraries using link:https://cmake.org/cmake/help/v3.6/prop_tgt/IMPORTED.html#prop_tgt:IMPORTED[imported] +ALIAS+ targets.
The files in this tutorial are below: