diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 13:40:59 (GMT) |
commit | a91eaf387287a201d421e90d78bcae8836cc6042 (patch) | |
tree | e002af5d3a3b3d8d7a16f79909e7319cd52102a4 /Source/cmDefinePropertyCommand.cxx | |
parent | 27be1d815298ebf343823ff99baa35484da92a85 (diff) | |
download | CMake-a91eaf387287a201d421e90d78bcae8836cc6042.zip CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.gz CMake-a91eaf387287a201d421e90d78bcae8836cc6042.tar.bz2 |
cmState: Port dependents to new cmStateTypes header
Diffstat (limited to 'Source/cmDefinePropertyCommand.cxx')
-rw-r--r-- | Source/cmDefinePropertyCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDefinePropertyCommand.cxx b/Source/cmDefinePropertyCommand.cxx index 8800363..99db478 100644 --- a/Source/cmDefinePropertyCommand.cxx +++ b/Source/cmDefinePropertyCommand.cxx @@ -2,7 +2,7 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmDefinePropertyCommand.h" -#include "cmState.h" +#include "cmStateTypes.h" #include "cmake.h" bool cmDefinePropertyCommand::InitialPass(std::vector<std::string> const& args, |