Merge pull request #209550 from SuperSandro2000/opencolorio-cmake

opencolorio: move cmake file to correct place
This commit is contained in:
Nick Cao
2023-01-17 10:37:30 +08:00
committed by GitHub
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
postInstall = ''
moveToOutput bin "$bin"
moveToOutput cmake "$dev"
moveToOutput OpenColorIOConfig.cmake "$dev"
mv $out/OpenColorIOConfig.cmake $dev/cmake/
substituteInPlace "$dev/cmake/OpenColorIO-release.cmake" \
--replace "$out/bin" "$bin/bin"