GPUOpen-LibrariesAndSDKs / RadeonProRenderSDK

AMD Radeon™ ProRender is a powerful physically-based path traced rendering engine that enables creative professionals to produce stunningly photorealistic images.
https://gpuopen.com/radeon-prorender-suite/
Other
220 stars 46 forks source link

Fix compilation error in tutorials for linux #44

Closed feniksa closed 2 years ago

feniksa commented 2 years ago

GLTF library contains implicit dependency from openmp. Latest gcc version doesn't include openmp by default, so it is requried to bypass -fopenmp flag for linker

This commit fix compilation of:

:Testing Performed: Compiled and run at gentoo linux