Skip to content

Commit

Permalink
Remove unecessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
simonspa committed Nov 6, 2024
1 parent 26df1dc commit 62ba2a8
Showing 1 changed file with 2 additions and 9 deletions.
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)

0 comments on commit 62ba2a8

Please sign in to comment.