nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Unknown CMake command "configure_package_config_file"

Open yurivict opened this issue 3 years ago • 0 comments

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.

yurivict avatar Mar 29 '22 15:03 yurivict