]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - CMakeLists.txt
Windows is now working with libusb1.0 for the teensy-loader-cli.
[kiibohd-controller.git] / CMakeLists.txt
index 2c27c011c49621e570a7807906e1f625ffc6c9c1..dbe8b2a9105db434d35f2dfe46925a5ad864387c 100644 (file)
@@ -157,7 +157,7 @@ add_custom_target( SizeAfter ALL
 
 #| Provides the user with the correct teensy-loader-cli command for the built .HEX file
 #| Windows
-if( ${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
+if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
        configure_file( LoadFile/winload load NEWLINE_STYLE UNIX )
 #| Default
 else()