We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e939 commit 56ef53aCopy full SHA for 56ef53a
.gitignore
@@ -2,6 +2,7 @@ CMakeCache.txt
2
CMakeFiles
3
Makefile
4
cmake_install.cmake
5
+cmake_uninstall.cmake
6
.DS_Store
7
*.so
8
*.pyd
CMakeLists.txt
@@ -249,7 +249,7 @@ endif()
249
250
# Uninstall target
251
if(PYBIND11_MASTER_PROJECT)
252
- configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
+ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake_uninstall.cmake.in"
253
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY)
254
255
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P
cmake/cmake_uninstall.cmake.in renamed to tools/cmake_uninstall.cmake.in
0 commit comments