gtest: remove the "static" option

pkgsStatic.gtest already has CMAKE_BUILD_SHARED set to OFF.
This commit is contained in:
Dmitry Kalinkin
2020-01-03 11:41:19 -05:00
parent 7e5b495851
commit 7e2c821e58
3 changed files with 3 additions and 7 deletions
-3
View File
@@ -196,9 +196,6 @@ in {
glog = super.glog.override {
static = true;
};
gtest = super.gtest.override {
static = true;
};
cdo = super.cdo.override {
enable_all_static = true;
};