Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unecessary variables
  • Loading branch information
simonspa committed Nov 6, 2024
commit 62ba2a8dd8254eee8915656cc57ec78640f96488
11 changes: 2 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,7 @@ INSTALL (
COMPONENT msgpack-cxx
)

# pkgconfig file generation:

SET(PKG_CONFIG_LIBDIR
"\${prefix}/${CMAKE_INSTALL_LIBDIR}"
)
SET(PKG_CONFIG_INCLUDEDIR
"\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}"
)
# Generate the pkgconfig file:
SET(PKG_CONFIG_LIBS
"-L\${libdir}"
)
Expand All @@ -288,4 +281,4 @@ CONFIGURE_FILE(
)

INSTALL(FILES "${CMAKE_BINARY_DIR}/${PROJECT_NAME}.pc"
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
Loading