diff options
author | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-13 19:09:15 (GMT) |
---|---|---|
committer | Tushar Maheshwari <tushar27192@gmail.com> | 2019-09-19 13:50:30 (GMT) |
commit | 71f088f53ae7f59e002ec893933d0f670347ea93 (patch) | |
tree | 52917f8ec74efaa57676a9ca26dad2a51dd75241 /Source/cmGlobalGenerator.h | |
parent | 6511fa6f3309984fc10de8471017c2bb32d8d286 (diff) | |
download | CMake-71f088f53ae7f59e002ec893933d0f670347ea93.zip CMake-71f088f53ae7f59e002ec893933d0f670347ea93.tar.gz CMake-71f088f53ae7f59e002ec893933d0f670347ea93.tar.bz2 |
cmExportSet: subsume cmExportSetMap source files
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index d67c725..372e658 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -17,7 +17,7 @@ #include "cmAlgorithms.h" #include "cmCustomCommandLines.h" #include "cmDuration.h" -#include "cmExportSetMap.h" +#include "cmExportSet.h" #include "cmStateSnapshot.h" #include "cmStringAlgorithms.h" #include "cmSystemTools.h" |