]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/CMake/modules.cmake
Adding convenience loader scripts for DFU based microcontrollers
[kiibohd-controller.git] / Lib / CMake / modules.cmake
index a3351c1eefc2f2a6faf659e2acb41259aa1bec3b..fc8685b429344fff9fdc398de9625cf0d43ed745 100644 (file)
@@ -264,19 +264,3 @@ if( CTAGS_EXECUTABLE )
        )
 endif()
 
-
-
-###
-# Setup Loader Script and Program
-#
-
-#| Provides the user with the correct teensy-loader-cli command for the built .HEX file
-#| Windows
-if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
-       configure_file( LoadFile/winload load NEWLINE_STYLE UNIX )
-#| Default
-else()
-       configure_file( LoadFile/load load NEWLINE_STYLE UNIX )
-endif()
-
-