From 3d2e190d313bb0ce7f35408cc6641cef602640cf Mon Sep 17 00:00:00 2001 From: James Benton Date: Thu, 31 May 2018 10:30:35 +0100 Subject: [PATCH] samples/custom_default_heap: Fix install filename --- samples/custom_default_heap/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/custom_default_heap/CMakeLists.txt b/samples/custom_default_heap/CMakeLists.txt index 9202bbf7..a3de1747 100644 --- a/samples/custom_default_heap/CMakeLists.txt +++ b/samples/custom_default_heap/CMakeLists.txt @@ -16,5 +16,5 @@ wut_add_exports(custom_default_heap wut_create_rpx(custom_default_heap.rpx custom_default_heap) -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/custom_default_heap.rpl" +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/custom_default_heap.rpx" DESTINATION "${CMAKE_INSTALL_PREFIX}")