summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cmake/cmake_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cmake/cmake_%.bbappend')
-rw-r--r--recipes-devtools/cmake/cmake_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-devtools/cmake/cmake_%.bbappend b/recipes-devtools/cmake/cmake_%.bbappend
index d9d7ceb..42d36ac 100644
--- a/recipes-devtools/cmake/cmake_%.bbappend
+++ b/recipes-devtools/cmake/cmake_%.bbappend
@@ -1,7 +1 @@
DEPENDS_remove_mingw32 = "ncurses"
-
-cmake_do_generate_toolchain_file_append_mingw32() {
- cat >> ${WORKDIR}/toolchain.cmake <<EOF
-set( CMAKE_SYSTEM_NAME Windows )
-EOF
-}