mirror of https://github.com/AxioDL/tinyxml2.git
Removed empty install() command
This commit is contained in:
parent
962732fd3e
commit
5277134efa
|
@ -116,7 +116,6 @@ else(BUILD_STATIC_LIBS)
|
||||||
add_dependencies(xmltest ${TARGET_DATA_COPY})
|
add_dependencies(xmltest ${TARGET_DATA_COPY})
|
||||||
target_link_libraries(xmltest tinyxml2_static)
|
target_link_libraries(xmltest tinyxml2_static)
|
||||||
endif()
|
endif()
|
||||||
install(TARGETS DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|
||||||
|
|
||||||
install(FILES tinyxml2.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
install(FILES tinyxml2.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue