openimageio2: remove unneeded CMake flags

Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
Jan Tojnar 2019-07-30 20:25:30 +02:00
parent 0568b622d5
commit 2e11dca0ad
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -45,8 +45,6 @@ stdenv.mkDerivation rec {
"-DUSE_PYTHON=OFF"
"-DUSE_QT=OFF"
# GNUInstallDirs
"-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
"-DCMAKE_INSTALL_INCLUDEDIR=${placeholder "dev"}/include"
"-DCMAKE_INSTALL_LIBDIR=lib" # needs relative path for pkgconfig
];