Skip to content

Commit

Permalink
Fix install logic
Browse files Browse the repository at this point in the history
Remove unneeded install logic for pkg-config metadata. Support
for that feature can be added at a later date in a way that is
not specific to debian-like systems.
  • Loading branch information
bbrown105 committed May 1, 2024
1 parent e7291ae commit e694003
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ install(EXPORT example
COMPONENT libexample-dev
NAMESPACE example::
)
# Note: example.pc is very hardcoded to debian-style packaging right now.
# It is highly likely that other packaging systems will need to patch it.
# Something more sophisticated is possible, but keeping this repo simple
# is more important than being that configurable out of the box.
install(FILES example.pc
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig"
COMPONENT libexample-dev
)

0 comments on commit e694003

Please sign in to comment.