corrected minor typos in CMake comments

This commit is contained in:
Austin McCartney 2018-10-13 09:38:00 -06:00
parent 9721918446
commit 0bc5453bfd
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)
# #
# Here we check whether mio is being configured in isolation or as a component # Here we check whether mio is being configured in isolation or as a component
# of a larger proeject. To do so, we query whether the `PROJECT_NAME` CMake # of a larger project. To do so, we query whether the `PROJECT_NAME` CMake
# variable has been defined. In the case it has, we can conclude mio is a # variable has been defined. In the case it has, we can conclude mio is a
# subproject. # subproject.
# #

View File

@ -1,6 +1,6 @@
# #
# While not strictly necessary to specify header files as target sources, # While not strictly necessary to specify header files as target sources,
# doing so populates these files in the source listing when CMake is used # doing so populates these files in the source listing when CMake is used
# to generate XCode and Visual Studios projects # to generate XCode and Visual Studios projects
# #
target_sources(mio INTERFACE target_sources(mio INTERFACE