raspberrypi-userland/raspberrypi-userland-20121028git-disable_cmake_toolchain_check.patch
Silvan Calarco 865c48aeb6 update to 20140117git
added tvservice-ison script and fixed timings in tvservice-on [release 20140117git-1mamba;Fri Jan 17 2014]
2024-01-05 17:21:39 +01:00

23 lines
984 B
Diff

diff -ru userland-20121028git/makefiles/cmake/arm-linux.cmake userland-20121028git-om/makefiles/cmake/arm-linux.cmake
--- userland-20121028git/makefiles/cmake/arm-linux.cmake 2012-10-28 12:56:34.000000000 +0000
+++ userland-20121028git-om/makefiles/cmake/arm-linux.cmake 2012-10-28 15:37:48.679038820 +0000
@@ -1,18 +1,5 @@
# setup environment for cross compile to arm-linux
-if (DEFINED CMAKE_TOOLCHAIN_FILE)
-else()
- message(FATAL_ERROR
- " *********************************************************\n"
- " * CMAKE_TOOLCHAIN_FILE not defined *\n"
- " * Please DELETE the build directory and re-run with: *\n"
- " * -DCMAKE_TOOLCHAIN_FILE=toolchain_file.cmake *\n"
- " * *\n"
- " * Toolchain files are in makefiles/cmake/toolchains. *\n"
- " *********************************************************"
- )
-endif()
-
# pull in headers for android
if(ANDROID)
#