Microsoft (R) Program Maintenance Utility Version 14.30.30709.0 Copyright (C) Microsoft Corporation. All rights reserved. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning (dev) at E:/buildsystem/cmake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (APU) does not match the name of the calling package (APR). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindAPR.cmake:77 (find_package_handle_standard_args) CMakeLists.txt:124 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at CMakeLists.txt:45 (message): APR library/component could not be found and is a mandatory dependency HINT: - add the APR install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/APR-install-dir;/path/to/other/dirs" Call Stack (most recent call first): CMakeLists.txt:132 (report_mandatory_not_found) CMake Warning (dev) at E:/buildsystem/cmake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (PIXMAN) does not match the name of the calling package (Pixman). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindPixman.cmake:24 (find_package_handle_standard_args) CMakeLists.txt:159 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at CMakeLists.txt:39 (message): PCRE library/component/dependency could not be found. HINTS: - disable PCRE support by adding -DWITH_PCRE=0 - add the PCRE install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/PCRE-install-dir;/path/to/other/dirs" Call Stack (most recent call first): CMakeLists.txt:188 (report_optional_not_found) CMake Error at CMakeLists.txt:45 (message): APACHE library/component could not be found and is a mandatory dependency HINT: - add the APACHE install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/APACHE-install-dir;/path/to/other/dirs" Call Stack (most recent call first): apache/CMakeLists.txt:14 (report_mandatory_not_found) CMake Warning at apache/CMakeLists.txt:39 (message): * Module will not be automatically installed: module directory not found NMAKE : fatal error U1077: 'E:\buildsystem\cmake\bin\cmake.exe' : return code '0x1' Stop.