Skip to content

Commit 337900e

Browse files
committed
Changing min libopenshot-audio version to range: 0.3.0 to 0.3.1, since both versions work fine.
1 parent 6906c25 commit 337900e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ target_include_directories(openshot
176176
# Find JUCE-based openshot Audio libraries
177177
if(NOT TARGET OpenShot::Audio)
178178
# Only load if necessary (not for integrated builds)
179-
find_package(OpenShotAudio 0.3.1 REQUIRED)
179+
find_package(OpenShotAudio 0.3.0...0.3.1 REQUIRED)
180180
endif()
181181
target_link_libraries(openshot PUBLIC OpenShot::Audio)
182182

0 commit comments

Comments
 (0)