GPUOpen-LibrariesAndSDKs / RadeonImageFilter

https://gpuopen.com/radeon-prorender-suite/
Other
49 stars 15 forks source link

CMake error on "copy_dependencies" when building samples #2

Closed FlakPacket closed 4 years ago

FlakPacket commented 4 years ago

When I try to build the sample programs with CMake on Ubuntu 18.04, I get this error message:

CMake Error at MLAA/CMakeLists.txt:16 (copy_dependencies):
  Unknown CMake command "copy_dependencies".

Where is copy_dependencies supposed to be defined?

BenjaminCoquelle commented 4 years ago

Hi, we just fixed the cmake, can you give it a try. It was using our internal mechanism.

FlakPacket commented 4 years ago

Thanks, that solved the problem, the sample programs build cleanly now!