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 <kent@kry10.com>
This commit is contained in:
parent
87f5992d12
commit
fe96ceba17
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue