[cmake-developers] User vs CMake include mismatch handling

Brad King brad.king at kitware.com
Wed Dec 15 17:37:11 EST 2010


On 12/15/2010 05:31 PM, Brad King wrote:
> +          e << "CMake builtin module\n"
> +            << "  " << includer << "\n"
> +            << "is including a module from the CMAKE_MODULE_PATH\n"
> +            << "  " << moduleInCMakeModulePath << "\n"
> +            << "which shadows expected builtin module\n"
> +            << "  " << moduleInCMakeRoot << "\n"
> +            << "This may cause CMake or build errors later.\n"

BTW, when I merge the branch to master for testing the FindPackageTest
does not actually do anything due to use of ${CMAKE_CURRENT_LIST_DIR}
in FindZLIB.

-Brad



More information about the cmake-developers mailing list