Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMake Error]No CMake bootstrap found for CEF binary distribution at /xxx/... #241

Open
fxy1699 opened this issue Aug 15, 2024 · 0 comments
Assignees

Comments

@fxy1699
Copy link

fxy1699 commented Aug 15, 2024

[Background]
os: Ubuntu 22.04 lts
camke version: 3.22.1
[Log]

moon@moon-GEM12:~/project/linux-wallpaperengine/build$ cmake .. 

-- Checking for module 'glut'
--   No package 'glut' found
-- Found MPV: /usr/lib/x86_64-linux-gnu/libmpv.so, /usr/include
-- Found LZ4: /usr/lib/x86_64-linux-gnu/liblz4.so
-- Found FFMPEG or Libav: /usr/lib/x86_64-linux-gnu/libavcodec.so;/usr/lib/x86_64-linux-gnu/libavformat.so;/usr/lib/x86_64-linux-gnu/libavutil.so;/usr/lib/x86_64-linux-gnu/libswscale.so;/usr/lib/x86_64-linux-gnu/libswresample.so, /usr/include/x86_64-linux-gnu
-- Found FreeImage: headers at /usr/include, libraries at  :: /usr/lib/x86_64-linux-gnu/libfreeimage.so
CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (PulseAudio).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  CMakeModules/FindPulseAudio.cmake:30 (include)
  CMakeLists.txt:32 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

**CMake Error at CMakeModules/FindCEF.cmake:33 (message):
  No CMake bootstrap found for CEF binary distribution at:
  /home/moon/project/linux-wallpaperengine/third_party/cef/cef_binary_120.1.10+g3ce3184+chromium-120.0.6099.129_linux64.
Call Stack (most recent call first):
  CMakeLists.txt:72 (find_package)**

[Tested Methods]

  1. Downgrade cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants