dropbox / json11

A tiny JSON library for C++11.
MIT License
2.55k stars 613 forks source link

Don't assume in-tree builds when installing json11.pc #57

Closed ChrisKitching closed 8 years ago

ChrisKitching commented 8 years ago

The existing implementation attempts to install json11.pc from CMAKE_CURRENT_SOURCE_DIRECTORY. That only works if you are doing an in-tree build: not a great idea at the best of times, what with it cluttering up your source control with build artefacts.

This patch makes the build system cease to be sensitive to the location of the cmake binary directory.

smarx commented 8 years ago

Automated message from Dropbox CLA bot

@ChrisKitching, thanks for the pull request! It looks like you haven't yet signed the Dropbox CLA. Please sign it here.

smarx commented 8 years ago

Automated message from Dropbox CLA bot

@ChrisKitching, thanks for signing the CLA!