C:\>mkdir client-build C:\>cd client-build C:\client-build>cmake -G "MinGW Makefiles" -DNO_SHIBBOLETH=1 ../client -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: C:/Qt/Tools/mingw730_64/bin/gcc.exe -- Check for working C compiler: C:/Qt/Tools/mingw730_64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Qt/Tools/mingw730_64/bin/g++.exe -- Check for working CXX compiler: C:/Qt/Tools/mingw730_64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning (dev) at OWNCLOUD.cmake:6 (set): implicitly converting 'string' to 'STRING' type. Call Stack (most recent call first): THEME.cmake:5 (include) CMakeLists.txt:13 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at OWNCLOUD.cmake:22 (set): implicitly converting 'string' to 'STRING' type. Call Stack (most recent call first): THEME.cmake:5 (include) CMakeLists.txt:13 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Build of crashreporter disabled. -- GIT_SHA1 0df624bfae54ae7fd7d440d43962cabb3dc34723 -- Could NOT find INOTIFY (missing: INOTIFY_INCLUDE_DIR INOTIFY_LIBRARY_DIR) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find PdfLatex (missing: PDFLATEX_EXECUTABLE) CMake Error at C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-3.15/Modules/FindZLIB.cmake:115 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:161 (find_package) -- Configuring incomplete, errors occurred! See also "C:/client-build/CMakeFiles/CMakeOutput.log".