| $ cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
|
| CMake Error at CMakeLists.txt:282 (find_package):
|
| By not providing "FindCEF.cmake" in CMAKE_MODULE_PATH this project has
|
| asked CMake to find a package configuration file provided by "CEF", but
|
| CMake did not find one.
|
|
|
| Could not find a package configuration file provided by "CEF" with any of
|
| the following names:
|
|
|
| CEFConfig.cmake
|
| cef-config.cmake
|
|
|
| Add the installation prefix of "CEF" to CMAKE_PREFIX_PATH or set "CEF_DIR"
|
| to a directory containing one of the above files. If "CEF" provides a
|
| separate development package or SDK, be sure it has been installed.
|
|
|
|
|
| -- Configuring incomplete, errors occurred!
|