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
commit ce42eec42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"