Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKip Warner <kip@thevertigo.com>2021-07-04 04:29:03 +0300
committerKip Warner <kip@thevertigo.com>2021-07-04 04:29:03 +0300
commit44aca342025fabab351d942a5574959c6ce8d2d7 (patch)
treed46b4033baa04e2f9c8b3ac6336ba02fcc9f92b2
parentba6692c830a7d9cbd96df4fc6862d539d0e54447 (diff)
Use CMAKE_PROJECT_NAME within pkg-config manifest template. (#60)
-rw-r--r--libcpuinfo.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpuinfo.pc.in b/libcpuinfo.pc.in
index a8fe607..dfcdd19 100644
--- a/libcpuinfo.pc.in
+++ b/libcpuinfo.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@libdir_for_pc_file@
includedir=@includedir_for_pc_file@
-Name: libcpuinfo
+Name: lib@CMAKE_PROJECT_NAME@
Description: Library to detect essential performance optimization information about host CPU.
Version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
URL: @PROJECT_HOMEPAGE_URL@