Skip to content

Commit 6d19bc3

Browse files
authored
Update CMakeLists.txt
1 parent a1e8bad commit 6d19bc3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,3 @@ install(FILES
153153
DESTINATION
154154
${TINYOBJLOADER_PKGCONFIG_DIR}
155155
)
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

Comments
 (0)