← Back to team overview

kicad-developers team mailing list archive

[PATCH v3 4/5] [Build] White space and comment cleanup

 

Signed-off-by: Niki Guldbrand <niki.guldbrand@xxxxxxxxx>
---
 bitmaps_png/CMakeLists.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/bitmaps_png/CMakeLists.txt b/bitmaps_png/CMakeLists.txt
index 9749248..fbee18b 100644
--- a/bitmaps_png/CMakeLists.txt
+++ b/bitmaps_png/CMakeLists.txt
@@ -61,8 +61,6 @@ include_directories(
     )
 
 
-
-
 # Plan for three sizes of bitmaps:
 # SMALL - for menus         - 16 x 16
 # MID   - for toolbars      - 26 x 26
@@ -719,10 +717,6 @@ if( MAINTAIN_PNGS )
 
 endif( MAINTAIN_PNGS )
 
-    #message( "CPP_LIST: ${CPP_LIST}" )
-
-    # a target with no output, just so changes get built
-    #add_custom_target( make_cpp_files ALL DEPENDS ${CPP_LIST} )
 
 set( CPP_LIST "" )
 

References