Unverified Commit ce42eec4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #209550 from SuperSandro2000/opencolorio-cmake

opencolorio: move cmake file to correct place
parents 5cfca686 9fa54ab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"