Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for older CMake #516

Closed
wants to merge 1 commit into from

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented May 19, 2020

I used add_compile_definitions() in #515, which is CMake 3.12+ only. (Oops.) Switch to add_definitions() which has been supported since the dawn of time.

add_compile_definitions() is CMake 3.12+ only.
@ferdnyc ferdnyc added the build Issues related to compiling or installing libopenshot and its dependencies label May 19, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #516 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #516   +/-   ##
========================================
  Coverage    48.23%   48.23%           
========================================
  Files          128      128           
  Lines         9949     9949           
========================================
  Hits          4799     4799           
  Misses        5150     5150           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update affd4b2...dc49379. Read the comment docs.

@ferdnyc
Copy link
Contributor Author

ferdnyc commented May 19, 2020

Travis seems to be permanently out to lunch here, I think perhaps because I submitted this PR using the same branch as the one I'd just merged. Closing and trying with a new branch.

@ferdnyc ferdnyc closed this May 19, 2020
@ferdnyc ferdnyc deleted the audio-path-config branch May 19, 2020 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to compiling or installing libopenshot and its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants