Skip to content

Commit

Permalink
Version string correction in pkg-config files (#1858)
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Daniel Esponda Cervantes <92197886+DanEC1211@users.noreply.github.com>
  • Loading branch information
aespondac and aespondac committed Sep 26, 2024
1 parent 3fd1e6a commit 23d8c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/benchmark.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: @PROJECT_NAME@
Description: Google microbenchmark framework
Version: @VERSION@
Version: @NORMALIZED_VERSION@

Libs: -L${libdir} -lbenchmark
Libs.private: -lpthread @BENCHMARK_PRIVATE_LINK_LIBRARIES@
Expand Down
2 changes: 1 addition & 1 deletion cmake/benchmark_main.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@

Name: @PROJECT_NAME@
Description: Google microbenchmark framework (with main() function)
Version: @VERSION@
Version: @NORMALIZED_VERSION@
Requires: benchmark
Libs: -L${libdir} -lbenchmark_main

0 comments on commit 23d8c1e

Please sign in to comment.