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 6906c25 commit 337900eCopy full SHA for 337900e
src/CMakeLists.txt
@@ -176,7 +176,7 @@ target_include_directories(openshot
176
# Find JUCE-based openshot Audio libraries
177
if(NOT TARGET OpenShot::Audio)
178
# Only load if necessary (not for integrated builds)
179
- find_package(OpenShotAudio 0.3.1 REQUIRED)
+ find_package(OpenShotAudio 0.3.0...0.3.1 REQUIRED)
180
endif()
181
target_link_libraries(openshot PUBLIC OpenShot::Audio)
182
0 commit comments