supercollider / supercollider.github.io

Website for SuperCollider
http://supercollider.github.io
33 stars 79 forks source link

fix compile error #203

Closed Hyun-je closed 5 years ago

Hyun-je commented 5 years ago

fix compile error on raspbian buster

Command : cmake -L -DCMAKE_BUILD_TYPE="Release" -DBUILD_TESTING=OFF -DSUPERNOVA=OFF -DNATIVE=ON -DSC_WII=ON -DSC_IDE=ON -DSC_QT=ON -DSC_ED=OFF -DSC_EL=OFF -DSC_VIM=ON ..

Error Message : Unknown CMake command "qt5_add_translation"

mossheim commented 5 years ago

@Hyun-je this branch has conflicts, would you mind rebasing onto master and fixing them? or you can just open a new PR from a separate branch.

Hyun-je commented 5 years ago

PR #204 which is newer than my PR contains my changes. That PR has been already merged so I think it would be better to close this PR.

mossheim commented 5 years ago

ah, good point. thanks!