Skip to content

Commit

Permalink
Fixes the libdir for .pc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Aug 2, 2022
1 parent ac169eb commit a58f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install(FILES
DESTINATION ${PERFFLOWASPECT_INSTALL_CMAKE_MODULE_DIR})

# Create pkg-config .pc file
set(PKG_CONFIG_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)
set(PKG_CONFIG_LIBDIR ${CMAKE_INSTALL_PREFIX}/${PERFFLOWASPECT_INSTALL_LIB_DIR})
set(PKG_CONFIG_LIBS "-L\${libdir} -lperfflow_runtime -L\${libdir} -lperfflow_parser -lssl -lcrypto")

configure_file(
Expand Down

0 comments on commit a58f7d8

Please sign in to comment.