File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,6 @@ add_custom_target(POST_BUILD_CLEANUP ALL DEPENDS
368368 ${glewDep} ${tinyxml2Dep} ${minizipDep} ${toluappDep} ${glfwDep} )
369369
370370if (MSVC )
371- add_custom_command (TARGET POST_BUILD_CLEANUP COMMAND ${CMAKE_COMMAND} -P "${CMAKE_SOURCE_DIR} /msvc_postbuild.cmake" )
371+ add_custom_command (TARGET POST_BUILD_CLEANUP COMMAND ${CMAKE_COMMAND} -P "${CMAKE_SOURCE_DIR} /cmake/ msvc_postbuild.cmake" )
372372endif ()
373373
Original file line number Diff line number Diff line change 1- file (GLOB_RECURSE UNWANTED
2- ${CMAKE_BINARY_DIR} /dependencies/*manifest*
3- ${CMAKE_BINARY_DIR} /dependencies/bin/*.txt
4- ${CMAKE_BINARY_DIR} /dependencies/*.ilk
5- ${CMAKE_BINARY_DIR} /dependencies/*.in
6- ${CMAKE_BINARY_DIR} /dependencies/Makefile*)
7-
8- if (UNWANTED)
9- file (REMOVE ${UNWANTED} )
10- endif ()
11-
1+ file (GLOB_RECURSE UNWANTED
2+ ${CMAKE_BINARY_DIR} /dependencies/*manifest*
3+ ${CMAKE_BINARY_DIR} /dependencies/bin/*.txt
4+ ${CMAKE_BINARY_DIR} /dependencies/*.ilk
5+ ${CMAKE_BINARY_DIR} /dependencies/*.in
6+ ${CMAKE_BINARY_DIR} /dependencies/Makefile*)
7+
8+ if (UNWANTED)
9+ file (REMOVE ${UNWANTED} )
10+ endif ()
11+
You can’t perform that action at this time.
0 commit comments