Bump buidlroot version to 2018.02.6
This commit is contained in:
7
bsp/buildroot/support/misc/Buildroot.cmake
Normal file
7
bsp/buildroot/support/misc/Buildroot.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
# Impersonate a Linux system. Afterall, that's what we are...
|
||||
set(CMAKE_SYSTEM_NAME Linux)
|
||||
include(Platform/Linux)
|
||||
|
||||
# Override problematic settings, to avoid RPATH against host lib directories.
|
||||
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB32_PATHS FALSE)
|
||||
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS FALSE)
|
||||
Reference in New Issue
Block a user