mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:09:18 +08:00
15 lines
413 B
Diff
15 lines
413 B
Diff
diff --git a/CMake/FeatureSummary.cmake b/CMake/OgreFeatureSummary.cmake
|
|
similarity index 100%
|
|
rename from CMake/FeatureSummary.cmake
|
|
rename to CMake/OgreFeatureSummary.cmake
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index cb86305..abbd5c4 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -505,4 +505,4 @@ include(Packaging)
|
|
|
|
|
|
# Show feature summary
|
|
-include(FeatureSummary)
|
|
+include(OgreFeatureSummary)
|