forked from Imagelibrary/seL4
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user