coreos/config: Drop fixes for cmake

This commit is contained in:
Krzesimir Nowak 2022-08-23 17:12:01 +02:00
parent 678d0788ef
commit b22334fd58
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +0,0 @@
# Fix up cross compiling CMake
SET(KWSYS_LFS_WORKS "1" CACHE STRING "" FORCE)
SET(KWSYS_CHAR_IS_SIGNED "1" CACHE STRING "" FORCE)

View File

@ -1,3 +0,0 @@
if [[ $(cros_target) != "cros_host" ]] ; then
CMAKE_EXTRA_CACHE_FILE="${CROS_ADDONS_TREE}/config/cross_compile_config.cmake"
fi