(ws) #125 / cmake detects an already installed jsoncpp and will try to use this one if present

This commit is contained in:
Benjamin Sergeant
2019-12-03 16:01:46 -08:00
parent 2e1657167f
commit 5c5ea6dec1
16 changed files with 60 additions and 12 deletions

View File

@ -19,7 +19,6 @@ add_library(ixsentry STATIC
set(IXSENTRY_INCLUDE_DIRS
.
..
../ixcore
../third_party)
../ixcore)
target_include_directories( ixsentry PUBLIC ${IXSENTRY_INCLUDE_DIRS} )