]> git.ipfire.org Git - thirdparty/json-c.git/commit
Installation directories empty with CMake in pkg-config. 474/head
authorJehan <jehan@girinstud.io>
Sat, 26 Jan 2019 11:30:40 +0000 (12:30 +0100)
committerJehan <jehan@girinstud.io>
Sat, 26 Jan 2019 11:30:40 +0000 (12:30 +0100)
commitc46a0636c675074b8acbe6d3f4779b1a02c3ef88
tree9d76d1524e2a2b4a022e7ee7ea95a3229355df27
parentf1713b3f6281c26aaebd1af154fa1d9468a5ebaf
Installation directories empty with CMake in pkg-config.

CMake was not properly substituting the installation dir variables (they
ended up all empty), so the pkg-config results were also wrongs. For
instance cflags was: -I -I/json-c
Even though json-c was found at configure time, this obviously broke the
build of any application using it.
CMakeLists.txt