Remove redundant install from CMakeLists.txt
This commit is contained in:
parent
b981b7c8cb
commit
5d3462b42c
|
@ -32,4 +32,3 @@ endif()
|
||||||
configure_file(
|
configure_file(
|
||||||
${CMAKE_SOURCE_DIR}/romlist.bin
|
${CMAKE_SOURCE_DIR}/romlist.bin
|
||||||
${CMAKE_BINARY_DIR}/romlist.bin COPYONLY)
|
${CMAKE_BINARY_DIR}/romlist.bin COPYONLY)
|
||||||
install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
|
||||||
|
|
Loading…
Reference in New Issue