Skip to content

Commit 00c8088

Browse files
committed
cmake version for projectM min
1 parent 8b97a3d commit 00c8088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(gstprojectm VERSION 0.0.1)
99

1010
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1111

12-
find_package(projectM4 4.1.0...<5.0.0 REQUIRED)
12+
find_package(projectM4 4.1.0 REQUIRED)
1313
find_package(GStreamer REQUIRED COMPONENTS gstreamer-audio gstreamer-gl gstreamer-pbutils gstreamer-video)
1414
find_package(GLIB2 REQUIRED)
1515

0 commit comments

Comments
 (0)