summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-30 10:15:14 +0800
committerGitHub <noreply@github.com>2024-10-29 19:15:14 -0700
commit44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (patch)
tree7faeaf99ddda7f5ee223c994f730cac0e8822fe3 /cmake
parent613a29affe272772dfe0c463d866fb0b8c1d42ee (diff)
Put debug symbols in releases (#5370)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CCacheDebugInfoWorkaround.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CCacheDebugInfoWorkaround.cmake b/cmake/CCacheDebugInfoWorkaround.cmake
index 82fb299e3..743b9b8ea 100644
--- a/cmake/CCacheDebugInfoWorkaround.cmake
+++ b/cmake/CCacheDebugInfoWorkaround.cmake
@@ -10,7 +10,7 @@ if(
)
message(
NOTICE
- "Setting embedded debug info for MSVC to work around (s)ccache's inability to cache shared debug info files, Note that this requires CMake 3.25 or greater"
+ "Setting embedded debug info for MSVC to work around (s)ccache's inability to cache shared debug info files"
)
cmake_minimum_required(VERSION 3.25)
cmake_policy(GET CMP0141 cmp0141)