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:
parent
078da6ccf7
commit
86c3c3f7db
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue