Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
88c0e8b9
Commit
88c0e8b9
authored
Apr 07, 2019
by
Jean-Baptiste Mardelle
Browse files
Merge branch 'Applications/19.04' into 'Applications/19.04'
Fix a typo in the RTTR target name See merge request kde/kdenlive!31
parents
fd157219
55947bf1
Pipeline
#2288
passed with stage
in 15 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
88c0e8b9
...
...
@@ -140,7 +140,7 @@ target_link_libraries(kdenliveLib
${
CMAKE_DL_LIBS
}
${
CMAKE_THREAD_LIBS_INIT
}
kiss_fft
)
if
(
TARGET RTTR:Core
)
if
(
TARGET RTTR:
:
Core
)
target_link_libraries
(
kdenliveLib RTTR::Core
)
else
()
target_link_libraries
(
kdenliveLib RTTR::Core_Lib
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment