Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix string no output variables on UWP On UWP, CMAKE_SYSTEM_PROCESSOR may be empty. As a result: string(TOLOWER ${CMAKE_SYSTEM_PROCESSOR} TARGET_ARCHITECTURE) will be treated as: string(TOLOWER TARGET_ARCHITECTURE) which, as a result, will cause a CMake error: CMake Error at CMakeLists.txt:42 (string): string no output variable specified - Remove unnecessary header inclusions in uchardet.cpp These extra inclusions cause build errors on Windows.
- Loading branch information