summaryrefslogtreecommitdiffstats
path: root/utils/bin2c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-03-02 22:10:47 -0700
committerGitHub <noreply@github.com>2020-03-02 22:10:47 -0700
commitd53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa (patch)
treeb01ea6b8ce19d902ec596e920e7c52d612e1efd2 /utils/bin2c
parent32e336155340a4c975808cf9c6a4a9f963983499 (diff)
downloadbcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.tar.gz
bcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.zip
release: Add support for generating a release package. (#54)
Diffstat (limited to 'utils/bin2c')
-rw-r--r--utils/bin2c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bin2c/CMakeLists.txt b/utils/bin2c/CMakeLists.txt
index c4f291b..bd4e965 100644
--- a/utils/bin2c/CMakeLists.txt
+++ b/utils/bin2c/CMakeLists.txt
@@ -53,4 +53,4 @@ simulator_add_executable(${PROJECT_NAME} ${SOURCES})
target_link_libraries(${PROJECT_NAME} PRIVATE OptParse)
include_directories(${CMAKE_SOURCE_DIR}/include)
-INSTALL(TARGETS ${PROJECT_NAME} DESTINATION .)
+INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin)
OpenPOWER on IntegriCloud