Addressed scope question.

This commit is contained in:
James Goppert
2015-09-09 23:18:53 -04:00
parent d0c89b8396
commit 0286136c68
2 changed files with 5 additions and 2 deletions

View File

@@ -77,6 +77,10 @@
# makes it clear to the user when variables are being set or targets
# are being created.
#
# * Setting a global variable in a CMakeLists.txt file is ok, because
# each CMakeLists.txt file has scope in the current directory and all
# subdirecties, so it is not truly global.
#
# * All toolchain files should be included in the cmake
# directory and named Toolchain-"name".cmake.
#