File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ install(FILES
47
47
48
48
# Create pkg-config .pc file
49
49
set (PKG_CONFIG_LIBDIR ${CMAKE_INSTALL_PREFIX} /lib)
50
- set (PKG_CONFIG_LIBS "-L\$ {libdir} -lperfflow_runtime -L\$ {libdir} -lperfflow_parser -L \$ {libdir} -lWeavePass " )
50
+ set (PKG_CONFIG_LIBS "-L\$ {libdir} -lperfflow_runtime -L\$ {libdir} -lperfflow_parser -lssl -lcrypto " )
51
51
52
52
configure_file (
53
53
perfflowaspect.pc.in
54
- ${CMAKE_CURRENT_BINARY_DIR} /perfflowaspect.pc)
54
+ ${CMAKE_CURRENT_BINARY_DIR} /perfflowaspect.pc
55
+ @ONLY)
55
56
56
57
install (FILES ${PROJECT_BINARY_DIR} /config/perfflowaspect.pc
57
58
DESTINATION share)
Original file line number Diff line number Diff line change 1
- Name: ${ PROJECT_NAME}
1
+ Name: @ PROJECT_NAME@
2
2
Description: Analyze cross-cutting performance concerns of composite scientific workflows
3
- Version: ${PROJECT_VERSION}
4
- prefix=${CMAKE_INSTALL_PREFIX}
5
- libdir=${PKG_CONFIG_LIBDIR}
6
- Libs: ${PKG_CONFIG_LIBS}
7
- Cflags: -Wc,-Xclang,-load
3
+ Version: @PROJECT_VERSION@
4
+ prefix=@CMAKE_INSTALL_PREFIX@
5
+ libdir=@PKG_CONFIG_LIBDIR@
6
+ weavepass=${libdir}/libWeavePass.so
7
+ Libs: @PKG_CONFIG_LIBS@
8
+ Cflags:
You can’t perform that action at this time.
0 commit comments