shithub: cstory

Download patch

ref: 86c3c3f7dbdc6d791ae53a9786057a655a4e8b62
parent: 078da6ccf77e4153b526603432d57a994c1a0ed6
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Jun 16 15:33:30 EDT 2019

Fix mystery CMake error

It never happened for me, so maybe it's something that only happens
on older CMake versions? I haven't tested on my Raspberry Pi in a
while.

--- a/bin2h/CMakeLists.txt
+++ b/bin2h/CMakeLists.txt
@@ -30,4 +30,4 @@
 	endif()
 endif()
 
-install(TARGETS bin2h RUNTIME)
+install(TARGETS bin2h RUNTIME DESTINATION bin)