From 5d3462b42c4402383d0531537eb46ce32b8c7e94 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 1 May 2019 18:39:50 +0200 Subject: [PATCH] Remove redundant install from CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 878caae0..ba4ab3c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,4 +32,3 @@ endif() configure_file( ${CMAKE_SOURCE_DIR}/romlist.bin ${CMAKE_BINARY_DIR}/romlist.bin COPYONLY) -install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)