Merge pull request #2690 from doronbehar/patch-1

pkg-config.pc.in: Don't concatenate paths
pull/2693/merge
Niels Lohmann 2021-03-30 07:50:28 +02:00 committed by GitHub
commit 7126d88803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Name: ${PROJECT_NAME}
Description: JSON for Modern C++
Version: ${PROJECT_VERSION}
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}