Skip to content

Commit

Permalink
[api] Remove duplicate install command
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored Jan 3, 2024
1 parent ddfafff commit ea4fd64
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ if(OPENTELEMETRY_INSTALL)
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})

install(
DIRECTORY include/opentelemetry
DESTINATION include
FILES_MATCHING
PATTERN "*.h"
PATTERN "metrics" EXCLUDE)


install(
DIRECTORY include/opentelemetry
DESTINATION include
Expand Down

0 comments on commit ea4fd64

Please sign in to comment.