Skip to content

Commit 56ef53a

Browse files
committed
fix: uninstall cleanup
1 parent 6f6e939 commit 56ef53a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CMakeCache.txt
22
CMakeFiles
33
Makefile
44
cmake_install.cmake
5+
cmake_uninstall.cmake
56
.DS_Store
67
*.so
78
*.pyd

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ endif()
249249

250250
# Uninstall target
251251
if(PYBIND11_MASTER_PROJECT)
252-
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
252+
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake_uninstall.cmake.in"
253253
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY)
254254

255255
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P
File renamed without changes.

0 commit comments

Comments
 (0)