We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b97a3d commit 00c8088Copy full SHA for 00c8088
CMakeLists.txt
@@ -9,7 +9,7 @@ project(gstprojectm VERSION 0.0.1)
9
10
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
11
12
-find_package(projectM4 4.1.0...<5.0.0 REQUIRED)
+find_package(projectM4 4.1.0 REQUIRED)
13
find_package(GStreamer REQUIRED COMPONENTS gstreamer-audio gstreamer-gl gstreamer-pbutils gstreamer-video)
14
find_package(GLIB2 REQUIRED)
15
0 commit comments