Removed empty install() command

This commit is contained in:
Jimmy Nguyen 2017-02-13 23:24:38 -08:00
parent 962732fd3e
commit 5277134efa
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ else(BUILD_STATIC_LIBS)
add_dependencies(xmltest ${TARGET_DATA_COPY})
target_link_libraries(xmltest tinyxml2_static)
endif()
install(TARGETS DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES tinyxml2.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})