Skip to content

Commit bc6beae

Browse files
committed
eliminado error
1 parent 50d81f8 commit bc6beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/MicrochipBin2Hex.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function(add_bin2hex_target target)
6161

6262
if(NOT TARGET bin2hex)
6363
add_custom_target(bin2hex ALL)
64-
message(STATUS "bin2hex not exits")
64+
#message(STATUS "bin2hex not exits")
6565
endif()
6666

6767
add_dependencies(bin2hex

0 commit comments

Comments
 (0)