SDL_ttf icon indicating copy to clipboard operation
SDL_ttf copied to clipboard

The existing target is a static library created in source directory

Open Wutzuket opened this issue 5 months ago • 1 comments

 CMake Error at vendor/SDL_ttf/external/plutosvg/plutovg/CMakeLists.txt:36 (add_library):
  add_library cannot create target "plutovg" because another target with the
  same name already exists.  The existing target is a static library created
  in source directory
  "C:/Users/maxim/CLionProjects/3D-renderer/vendor/SDL_ttf/external/plutovg".
  See documentation for policy CMP0002 for more details.

i had to disable plutosvg to make it work

Wutzuket avatar May 10 '25 19:05 Wutzuket