diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cmake.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 68603cf9fa7..66476920f7d 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -164,7 +164,9 @@ using the CMake build system.") "RunCMake.CTestTimeout" "RunCMake.CTestTimeoutAfterMatch" "RunCMake.CommandLine" - "RunCMake.CTestCommandLine")) + "RunCMake.CTestCommandLine" + ;; Fixed in v4.0.0 + "RunCMake.RuntimePath")) (define %preserved-third-party-files '(;; 'Source/cm_getdate.c' includes archive_getdate.c wholesale, so it must |
