diff options
author | Brad King <brad.king@kitware.com> | 2021-09-22 13:10:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-09-22 13:10:39 (GMT) |
commit | 286bdad53108c0cdd80a27d62c421e65bd4e8e26 (patch) | |
tree | 6f1357ead5ca529b901c9de31344430a2be9f6f3 /Source/cmComputeLinkInformation.h | |
parent | b1745dcbca6f70e7fd3d78d75dc1aa851e5d0a47 (diff) | |
parent | 59ad7a1c243022284f8475e0bebbe1864ee23928 (diff) | |
download | CMake-286bdad53108c0cdd80a27d62c421e65bd4e8e26.zip CMake-286bdad53108c0cdd80a27d62c421e65bd4e8e26.tar.gz CMake-286bdad53108c0cdd80a27d62c421e65bd4e8e26.tar.bz2 |
Merge topic 'rename-cmProp-in-cmValue'
59ad7a1c24 Move helpers functions from cmStringAlgorithms.h to cmValue.h
edf67dd039 cmValue: add IsInternallyOn methods
cc56dc7468 Rename cmProp in cmValue
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !6554
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; |