Commit 16343988 authored by John Harwell's avatar John Harwell
Browse files

Modified src/CMakeLists.txt so that the paths to ZLIB are not hardcoded on...

Modified src/CMakeLists.txt so that the paths to ZLIB are not hardcoded on Windows and instead set the variable 'ZLIB_ROOT' used by the FindZLIB module in CMake.  Modified the (older) build scripts for windows so that they set ZLIB_ROOT as a parameter to the 'cmake' command.  In addition, the variable WORKBENCH_FREETYPE_DIR has been added to specify the path to the FreeType root directory.  If this variable is present, it is used by CMake to set the environment variable FREETYPE_DIR used in the CMake module FindFreeType.  Lastly, added CMake Policy CMP0020 to CMakeLists.txt for Windows only to eliminate many warnings produced by newer versions of CMake.
parent df82b95b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment