Selaa lähdekoodia

not convinced that command is getting sent on windows

Alec Jacobson 2 vuotta sitten
vanhempi
sitoutus
319d31d867
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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