diff options
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index c3ae345..90a699e 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -14,7 +14,7 @@ #include "cmsys/RegularExpression.hxx" #include "cmListFileCache.h" -#include "cmProperty.h" +#include "cmValue.h" class cmGeneratorTarget; class cmGlobalGenerator; @@ -138,7 +138,7 @@ private: SharedDepModeLink // List file on link line }; - cmProp LoaderFlag; + cmValue LoaderFlag; std::string LibLinkFlag; std::string LibLinkFileFlag; std::string ObjLinkFileFlag; |