diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-23 18:31:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-23 18:31:30 (GMT) |
commit | e093bdade050419290a1535ced1ca11fe7f8a2d5 (patch) | |
tree | 8cac557b991fedf6c2e65622f1ae56c94cb6d8af /Source/cmCPluginAPI.cxx | |
parent | 296ded5e4dcb8deef6db6ab30ca357c9b62b32b0 (diff) | |
download | CMake-e093bdade050419290a1535ced1ca11fe7f8a2d5.zip CMake-e093bdade050419290a1535ced1ca11fe7f8a2d5.tar.gz CMake-e093bdade050419290a1535ced1ca11fe7f8a2d5.tar.bz2 |
ENH: Fix compatibility
Diffstat (limited to 'Source/cmCPluginAPI.cxx')
-rw-r--r-- | Source/cmCPluginAPI.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.cxx b/Source/cmCPluginAPI.cxx index d31f52b..35f6372 100644 --- a/Source/cmCPluginAPI.cxx +++ b/Source/cmCPluginAPI.cxx @@ -556,7 +556,6 @@ cmCAPI cmStaticCAPI = cmFreeArguments, cmSetClientData, cmSetError, - cmDisplayStatus, cmAddCacheDefinition, cmAddCustomCommand, cmAddDefineFlag, @@ -606,5 +605,6 @@ cmCAPI cmStaticCAPI = cmAddCustomCommandToOutput, cmAddCustomCommandToTarget, + cmDisplayStatus, }; |