From 87b2c2fdeccb2a946232b8983ce6d744952f11bb Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 17 Oct 2021 09:20:06 -0700 Subject: [PATCH] install the fish.png file itself --- cmake/Install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 009199169..c260f3bdc 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -172,7 +172,7 @@ endif() if (NOT APPLE) install(FILES fish.desktop DESTINATION ${rel_datadir}/applications) - install(FILES fish.png DESTINATION ${rel_datadir}/pixmaps) + install(FILES ${SPHINX_SRC_DIR}/python_docs_theme/static/fish.png DESTINATION ${rel_datadir}/pixmaps) endif() # Group install targets into a InstallTargets folder