mitsuba-renderer / nanogui

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Other
1.52k stars 189 forks source link

Unknown CMake command "configure_package_config_file" #115

Closed yurivict closed 1 year ago

yurivict commented 2 years ago

Build fails:

CMake Error at CMakeLists.txt:525 (configure_package_config_file):
  Unknown CMake command "configure_package_config_file".

CMakeLists.txt is missing include(CMakePackageConfigHelpers) that provides this macro.

wjakob commented 1 year ago

Fixed, thanks!