From 44dc5ea202ac43cd4f18c268e95143c2a23f5d26 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Wed, 30 Oct 2024 10:15:14 +0800 Subject: Put debug symbols in releases (#5370) --- cmake/CCacheDebugInfoWorkaround.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/CCacheDebugInfoWorkaround.cmake') 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) -- cgit v1.2.3