23 lines
984 B
Diff
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)
|
||
|
#
|