MarbleMarcher icon indicating copy to clipboard operation
MarbleMarcher copied to clipboard

[osx mojave] failed to build: Freetype not found

Open vanyakosmos opened this issue 6 years ago • 0 comments

$ cmake .. -DCMAKE_TOOLCHAIN_FILE=/Users/Vania/Desktop/vcpkg/scripts/buildsystems/vcpkg.cmake

...
CMake Error at /Users/Vania/Desktop/vcpkg/scripts/buildsystems/vcpkg.cmake:141 (_add_executable):
  Target "MarbleMarcher" links to target "Freetype::Freetype" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  CMakeLists.txt:26 (add_executable)

I've checked with brew that freetype is installed and also checked that it's in vcpkg/packages.

vanyakosmos avatar Feb 03 '19 00:02 vanyakosmos