From 59e033bedc52ae4088d0ee0af8a653352cfe3126 Mon Sep 17 00:00:00 2001 From: Sobhan Mohammadpour Date: Wed, 27 Sep 2017 18:59:49 +0330 Subject: [PATCH] Fix access violations by disabling cache regenerations. Gentoo bug 628460. --- cmake/modules/IconCache.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake/modules/IconCache.cmake b/cmake/modules/IconCache.cmake index 6f7f5f0..a565cdb 100644 --- a/cmake/modules/IconCache.cmake +++ b/cmake/modules/IconCache.cmake @@ -45,9 +45,7 @@ macro(process_icons _destdir _fileslistvar _install_codevar) DESTINATION ${_destdir}/icons/${theme}/${size}/${context} RENAME ${iconfile} ) - set(${_install_codevar} "${${_install_codevar}} - COMMAND ${CMAKE_COMMAND} -E copy_if_different \"${CMAKE_CURRENT_SOURCE_DIR}/${srcfile}\" \"${_destdir}/icons/${theme}/${size}/${context}/${iconfile}\"" - ) + endforeach(srcfile) endmacro(process_icons) -- 2.14.1