diff options
author | Brad King <brad.king@kitware.com> | 2011-03-29 19:55:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-29 19:55:22 (GMT) |
commit | 84b7d928fee378c812d3a15536a3530e26cf3ad2 (patch) | |
tree | fc348f5bfc0098ffc77da5ba0d5d6ca41bb46f0d /Source/cmIncludeDirectoryCommand.h | |
parent | ffae462ae656ce27c560f836376855f952e6096f (diff) | |
download | CMake-84b7d928fee378c812d3a15536a3530e26cf3ad2.zip CMake-84b7d928fee378c812d3a15536a3530e26cf3ad2.tar.gz CMake-84b7d928fee378c812d3a15536a3530e26cf3ad2.tar.bz2 |
Fix typo in include_directories documentation (#12020)
A search-and-replace in commit 8d32d229 (make commands lower case by
default, 2007-10-10) accidentally changed the variable reference
CMAKE_INCLUDE_DIRECTORIES_BEFORE to CMAKE_include_directories_BEFORE.
Change it back.
Diffstat (limited to 'Source/cmIncludeDirectoryCommand.h')
-rw-r--r-- | Source/cmIncludeDirectoryCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeDirectoryCommand.h b/Source/cmIncludeDirectoryCommand.h index d00f843..3b35d55 100644 --- a/Source/cmIncludeDirectoryCommand.h +++ b/Source/cmIncludeDirectoryCommand.h @@ -61,7 +61,7 @@ public: "Add the given directories to those searched by the compiler for " "include files. By default the directories are appended onto " "the current list of directories. This default behavior can be " - "changed by setting CMAKE_include_directories_BEFORE to ON. " + "changed by setting CMAKE_INCLUDE_DIRECTORIES_BEFORE to ON. " "By using BEFORE or AFTER you can select between appending and " "prepending, independent from the default. " "If the SYSTEM option is given the compiler will be told that the " |