This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d7c063e6cd cmake: Fix CMAKE_INSTALL_CACHEDIR STRING value (#10765)
d7c063e6cd is described below

commit d7c063e6cd0d4118a215d72f82e3baec265a1c92
Author: Hiroaki Nakamura <hnaka...@gmail.com>
AuthorDate: Mon Nov 13 09:17:46 2023 +0900

    cmake: Fix CMAKE_INSTALL_CACHEDIR STRING value (#10765)
---
 cmake/layout.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/layout.cmake b/cmake/layout.cmake
index 8883f1740c..5f34c1249b 100644
--- a/cmake/layout.cmake
+++ b/cmake/layout.cmake
@@ -65,6 +65,6 @@ set(CMAKE_INSTALL_LOGDIR
 )
 set(CMAKE_INSTALL_CACHEDIR
   "${CMAKE_INSTALL_LOCALSTATEDIR}/trafficserver"
-    CACHE STRING "logdir"
+    CACHE STRING "cachedir"
 )
 include(GNUInstallDirs)

Reply via email to