pingtcp: fix build against CMake >= 4.0
This commit is contained in:
@@ -19,6 +19,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [
|
||||
# fix compatibility with CMake (https://cmake.org/cmake/help/v4.0/command/cmake_minimum_required.html)
|
||||
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "4.0")
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user