xvega icon indicating copy to clipboard operation
xvega copied to clipboard

Enable static targets

Open IsabelParedes opened this issue 1 year ago • 0 comments

When building static libraries only (e.g. emscripten-forge), find_package(xvega REQUIRED) fails because there are no static targets installed.

CMake Error at $PREFIX/lib/cmake/xvega/xvegaConfig.cmake:45 (include):
  include could not find requested file:
    $PREFIX/lib/cmake/xvega/xvegaTargets.cmake

IsabelParedes avatar Jun 17 '24 11:06 IsabelParedes