I’ve pulled current version from git, and having hard time building it. Win 7 64, VS 2013. I’m noob.
[code]CMake Error at ThirdParty/FreeType/CMakeLists.txt:80 (setup_library):
Unknown CMake command “setup_library”.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.2)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake --help-policy CMP0000”.
This warning is for project developers. Use -Wno-dev to suppress it.[/code]
I’ve tried to update FreeType, it started to stumble on another third party component - JO.
I also tried older CMake version - 2.8.12 vith same result.