mirror of
https://github.com/nlohmann/json.git
synced 2026-04-04 15:18:54 +00:00
Merge pull request #2690 from doronbehar/patch-1
pkg-config.pc.in: Don't concatenate paths
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user