Merge pull request #209550 from SuperSandro2000/opencolorio-cmake
opencolorio: move cmake file to correct place
This commit is contained in:
commit
ce42eec42f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue