tt-metal: fix build with cmake4
This commit is contained in:
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
(lib.cmakeBool "FETCHCONTENT_FULLY_DISCONNECTED" true)
|
(lib.cmakeBool "FETCHCONTENT_FULLY_DISCONNECTED" true)
|
||||||
(lib.cmakeBool "CPM_USE_LOCAL_PACKAGES" true)
|
(lib.cmakeBool "CPM_USE_LOCAL_PACKAGES" true)
|
||||||
(lib.cmakeFeature "VERSION_NUMERIC" finalAttrs.version)
|
(lib.cmakeFeature "VERSION_NUMERIC" finalAttrs.version)
|
||||||
|
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user