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.
This commit is contained in:
Clownacy 2019-06-16 19:33:30 +00:00
parent 078da6ccf7
commit 86c3c3f7db

View file

@ -30,4 +30,4 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
endif() endif()
endif() endif()
install(TARGETS bin2h RUNTIME) install(TARGETS bin2h RUNTIME DESTINATION bin)