(ws) #125 / fix build problem when jsoncpp is not installed locally

This commit is contained in:
Benjamin Sergeant
2019-12-03 17:18:16 -08:00
parent 5c5ea6dec1
commit 18386ae66f
5 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.4.5] - 2019-12-03
- (ws) #125 / fix build problem when jsoncpp is not installed locally
## [7.4.4] - 2019-12-03
- (ws) #125 / cmake detects an already installed jsoncpp and will try to use this one if present