mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
pkg-config.pc.in: Don't concatenate paths
See: https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
This commit is contained in:
parent
3f33c21725
commit
53a9850eeb
@ -1,4 +1,4 @@
|
|||||||
Name: ${PROJECT_NAME}
|
Name: ${PROJECT_NAME}
|
||||||
Description: JSON for Modern C++
|
Description: JSON for Modern C++
|
||||||
Version: ${PROJECT_VERSION}
|
Version: ${PROJECT_VERSION}
|
||||||
Cflags: -I${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}
|
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user