diff --git a/CMake/Utils/MacroLogFeature.cmake b/CMake/Utils/MacroLogFeature.cmake index b3a4eee656b..af0d3a12549 100644 --- a/CMake/Utils/MacroLogFeature.cmake +++ b/CMake/Utils/MacroLogFeature.cmake @@ -110,7 +110,7 @@ MACRO(MACRO_DISPLAY_FEATURE_LOG) SET(_elist 1) FILE(READ ${_file} _enabled) FILE(REMOVE ${_file}) - SET(_summary "${_summary}-----------------------------------------------------------------------------\n-- The following external packages were located on your system.\n-- This installation will have the extra features provided by these packages.\n${_enabled}") + SET(_summary "${_summary}-----------------------------------------------------------------------------\n-- The following external packages were located on your system.\n-- This installation will have the extra features provided by these packages, unless disabled.\n${_enabled}") ENDIF (EXISTS ${_file}) SET(_dlist 0) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa69d26d700..ade278ef338 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ set(OGRE_VERSION_DASH_SEPARATED "${OGRE_VERSION_MAJOR}-${OGRE_VERSION_MINOR}-${O # Include necessary submodules -set(CMAKE_MODULE_PATH +list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake" "${PROJECT_SOURCE_DIR}/CMake/Utils" "${PROJECT_SOURCE_DIR}/CMake/Packages" diff --git a/OgreMain/CMakeLists.txt b/OgreMain/CMakeLists.txt index df19a5115e2..483f9f3dd6a 100644 --- a/OgreMain/CMakeLists.txt +++ b/OgreMain/CMakeLists.txt @@ -130,7 +130,6 @@ if (OGRE_CONFIG_ENABLE_ASTC) endif () if (OGRE_CONFIG_ENABLE_ZIP) - include_directories(src/zip) list(APPEND HEADER_FILES include/OgreZip.h) list(APPEND SOURCE_FILES src/OgreZip.cpp src/zip/zip.c) @@ -172,6 +171,7 @@ generate_export_header(OgreMain target_include_directories(OgreMain PUBLIC "$" "$" + "$,$,>" $ PRIVATE "${OGRE_PROFILING_REMOTERY_PATH}")