Parcourir la source

not convinced that command is getting sent on windows

Alec Jacobson il y a 2 ans
Parent
commit
319d31d867
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
     if(LIBIGL_DELETE_TUTORIALS_IMMEDIATELY)
+      message(STATUS "Adding command to remove ${name} immediately after build")
       add_custom_command(
        TARGET ${name}
        POST_BUILD