Browse Source

not convinced that command is getting sent on windows

Alec Jacobson 2 years ago
parent
commit
319d31d867
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmake/igl/igl_add_tutorial.cmake

+ 1 - 0
cmake/igl/igl_add_tutorial.cmake

@@ -16,6 +16,7 @@ function(igl_add_tutorial name)
 
 
     set_target_properties(${name} PROPERTIES FOLDER Libigl_Tutorials)
     set_target_properties(${name} PROPERTIES FOLDER Libigl_Tutorials)
     if(LIBIGL_DELETE_TUTORIALS_IMMEDIATELY)
     if(LIBIGL_DELETE_TUTORIALS_IMMEDIATELY)
+      message(STATUS "Adding command to remove ${name} immediately after build")
       add_custom_command(
       add_custom_command(
        TARGET ${name}
        TARGET ${name}
        POST_BUILD
        POST_BUILD