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 a1e8bad commit 6d19bc3Copy full SHA for 6d19bc3
CMakeLists.txt
@@ -153,13 +153,3 @@ install(FILES
153
DESTINATION
154
${TINYOBJLOADER_PKGCONFIG_DIR}
155
)
156
-
157
-if(NOT TARGET uninstall)
158
- configure_file(
159
- ${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in
160
- ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake IMMEDIATE @ONLY)
161
162
- add_custom_target(
163
- uninstall COMMAND ${CMAKE_COMMAND} -P
164
- ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
165
-endif()
0 commit comments