mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
opengv: remove CMAKE_BUILD_TYPE from cmakeFlags
This commit is contained in:
parent
72734ed793
commit
42f5757eed
@ -23,10 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
eigen
|
||||
];
|
||||
|
||||
cmakeFlakes = [
|
||||
(lib.cmakeFeature "CMAKE_BUILD_TYPE" "Release")
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Collection of computer vision methods for solving geometric vision problems";
|
||||
homepage = "https://github.com/laurentkneip/opengv";
|
||||
|
Loading…
Reference in New Issue
Block a user