openimageio2: remove unneeded CMake flags
Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
parent
0568b622d5
commit
2e11dca0ad
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user