Skip to content

CMake: Fix libdir for jsoncpp external project in special case#4160

Merged
chriseth merged 1 commit intodevelopfrom
jsoncpp-libdir
May 18, 2018
Merged

CMake: Fix libdir for jsoncpp external project in special case#4160
chriseth merged 1 commit intodevelopfrom
jsoncpp-libdir

Conversation

@chfast
Copy link
Contributor

@chfast chfast commented May 17, 2018

When building on Debian/Ubuntu with install prefix /usr (e.g. in PPA builds) the CMAKE_INSTALL_LIBDIR is resolved to lib/x86_64-linux-gnu. For jsoncpp external project this is never the case because the install prefix is not /usr. Remove multiarch part from libdir if there.

When building on Debian/Ubuntu with install prefix /usr (e.g. in PPA builds) the CMAKE_INSTALL_LIBDIR is resolved to lib/x86_64-linux-gnu. For jsoncpp external project this is never the case because the install prefix is not /usr. Remove multiarch part from libdir if there.
@chriseth chriseth merged commit 5157c10 into develop May 18, 2018
@axic axic deleted the jsoncpp-libdir branch May 22, 2018 11:20
resonant-riches added a commit to ChorusOne/azimuth-cli that referenced this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments