diff --git a/CMakeLists.txt b/CMakeLists.txt index bfa9f70..9e91191 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,10 +47,6 @@ target_compile_options(runtime PRIVATE -Wall -Wextra -Werror -Wpointer-arith -Ws # Link target_link_libraries(runtime dl rt trampoline-headers) -# RPath -set_target_properties(runtime PROPERTIES INSTALL_RPATH "$ORIGIN/../lib/native") -target_link_options(runtime PRIVATE "LINKER:--disable-new-dtags") - # Install if(DEFINED MCPI_BIN_DIR) install(TARGETS runtime DESTINATION "${MCPI_BIN_DIR}") diff --git a/qemu/CMakeLists.txt b/qemu/CMakeLists.txt index 23b96be..71f96cd 100644 --- a/qemu/CMakeLists.txt +++ b/qemu/CMakeLists.txt @@ -63,5 +63,5 @@ if(DEFINED MCPI_LIB_DIR) install(PROGRAMS "${QEMU_LIBRARY}" DESTINATION "${MCPI_LIB_DIR}") # License ExternalProject_Get_Property(qemu SOURCE_DIR) - install(FILES "${SOURCE_DIR}/COPYING" DESTINATION "${MCPI_LEGAL_DIR}/qemu") + install(FILES "${SOURCE_DIR}/COPYING" DESTINATION "${MCPI_LEGAL_DIR}/QEMU") endif() \ No newline at end of file