cmake: Simplify lookup logic for libjami headers.
* extras/build/cmake/modules/FindLibJami.cmake: Rename LIBJAMI_INCLUDE_DIRS to LIBJAMI_INCLUDE_DIR. Use find_path to search for jami.h directory. * CMakeLists.txt: Adjust accordingly. * src/libclient/CMakeLists.txt: Likewise. * src/libclient/qtwrapper/CMakeLists.txt: Likewise. Change-Id: I494358f9bfafb41f000daeec4196747b2c184401
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- extras/build/cmake/modules/FindLibJami.cmake 6 additions, 15 deletionsextras/build/cmake/modules/FindLibJami.cmake
- src/libclient/CMakeLists.txt 1 addition, 1 deletionsrc/libclient/CMakeLists.txt
- src/libclient/qtwrapper/CMakeLists.txt 1 addition, 1 deletionsrc/libclient/qtwrapper/CMakeLists.txt
Loading