treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -30,8 +30,6 @@ stdenv.mkDerivation rec {
|
||||
sed -i '/TrueFalseTest/d' tests/CMakeLists.txt
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line parser for C++11";
|
||||
homepage = "https://github.com/CLIUtils/CLI11";
|
||||
|
||||
Reference in New Issue
Block a user