Skip to content

Commit 6dc5644

Browse files
Minor
1 parent 491c22b commit 6dc5644

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,6 @@ add_custom_target(POST_BUILD_CLEANUP ALL DEPENDS
368368
${glewDep} ${tinyxml2Dep} ${minizipDep} ${toluappDep} ${glfwDep})
369369

370370
if (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")
372372
endif()
373373

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,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-
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+

0 commit comments

Comments
 (0)