Skip to content

Commit

Permalink
cmake: Fix CMAKE_INSTALL_CACHEDIR STRING value (#10765)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnakamur authored Nov 13, 2023
1 parent 9e60127 commit d7c063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/layout.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ set(CMAKE_INSTALL_LOGDIR
)
set(CMAKE_INSTALL_CACHEDIR
"${CMAKE_INSTALL_LOCALSTATEDIR}/trafficserver"
CACHE STRING "logdir"
CACHE STRING "cachedir"
)
include(GNUInstallDirs)

0 comments on commit d7c063e

Please sign in to comment.