Skip to content

Commit

Permalink
Remove duplicate install command in CMakeLists.txt for api (open-tele…
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored Jan 4, 2024
1 parent 0134bbe commit 74db5e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ if(OPENTELEMETRY_INSTALL)
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 74db5e6

Please sign in to comment.