From fe96ceba1782e3c8481b1526ab76d73b013524da Mon Sep 17 00:00:00 2001 From: Kent McLeod Date: Mon, 21 Jun 2021 17:00:51 +1000 Subject: [PATCH] gcc.cmake: Remove unused CMAKE_STAGING_PREFIX var This path variable overrides the destination that installation files are copied to. It was set according to an example CMake toolchain file. Instead it would be better to allow it to be optionally set by some caller. Signed-off-by: Kent McLeod --- gcc.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc.cmake b/gcc.cmake index 606dad86d..065f153d2 100644 --- a/gcc.cmake +++ b/gcc.cmake @@ -12,7 +12,6 @@ set(CMAKE_SYSTEM_NAME Generic) set(CMAKE_SYSTEM_PROCESSOR seL4CPU) set(CMAKE_SYSROOT "${CMAKE_BINARY_DIR}") -set(CMAKE_STAGING_PREFIX "${CMAKE_BINARY_DIR}/staging") # When this file is passed to configure_file in cmake, these variables get set to # the kernel platform configuration.