Skip to content

Commit b73ae6c

Browse files
authored
Merge pull request #277 from 1480c1/pkg-config-name
pkg-config: use PROJECT_NAME instead of CMAKE_PROJECT_NAME
2 parents aaac07e + 0bfd15d commit b73ae6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpuinfo.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
33
libdir=@libdir_for_pc_file@
44
includedir=@includedir_for_pc_file@
55

6-
Name: lib@CMAKE_PROJECT_NAME@
6+
Name: lib@PROJECT_NAME@
77
Description: Library to detect essential performance optimization information about host CPU.
88
Version:
99
URL: @PROJECT_HOMEPAGE_URL@

0 commit comments

Comments
 (0)