diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-30 10:15:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 19:15:14 -0700 |
| commit | 44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (patch) | |
| tree | 7faeaf99ddda7f5ee223c994f730cac0e8822fe3 /cmake | |
| parent | 613a29affe272772dfe0c463d866fb0b8c1d42ee (diff) | |
Put debug symbols in releases (#5370)
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/CCacheDebugInfoWorkaround.cmake | 2 |
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) |
