Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.69k stars 61 forks source link

No REQUIRED_VARS specified for FIND_PACKAGE_HANDLE_STANDARD_ARGS() #95

Closed Kazaflow closed 2 years ago

Kazaflow commented 2 years ago

When I try "cmake .." it spits out this error: Screenshot from 2022-05-15 17-43-48 I followed the instructions and installed all the packages and moved the assets folder to where the main.cpp is.

1235467 commented 2 years ago

I got into just the same problem here.Tested on ubuntu 20.04 both on azure server (cmake 3.16.3) and my laptop (cmake 3.23.1).Tried downgrade cmake but still no luck

OposDev commented 2 years ago

Is FFmpeg installed? image It looks like Cmake can't find FFmpeg.

Kazaflow commented 2 years ago

It was after I reinstalled FFmpeg it works now.