Explorar el Código

Removed empty install() command

Jimmy Nguyen hace 9 años
padre
commit
5277134efa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -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})