serge-sans-paille / frozen

a header-only, constexpr alternative to gperf for C++14 users
Apache License 2.0
1.27k stars 103 forks source link

Cannot find frozen with `find_package(frozen REQUIRED)` #166

Closed topazus closed 7 months ago

topazus commented 7 months ago

I installed frozen from Fedora repository

CMake Error at CMakeLists.txt:12 (find_package):
  Could not find a configuration file for package "frozen" that is compatible
  with requested version "1.1.0".

  The following configuration files were considered but not accepted:

    /usr/share/cmake/frozen/frozenConfig.cmake, version: 1.1.0 (32bit)

Maybe the problem is similar to the following issue, see problem two in https://github.com/nemtrif/utfcpp/issues/104