Skip to content

Commit

Permalink
Fixup CMake install code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 15, 2024
1 parent 7b608e4 commit c2f01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/calf_plugin_scalable.svg"
RENAME "calf_plugin.svg")

if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor")
install(CODE "execute_process(COMMAND gtk-update-icon-cache -f -t ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor)")
endif()

0 comments on commit c2f01c9

Please sign in to comment.