summaryrefslogtreecommitdiffstats
path: root/cmake/FindFuse.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [BUILD] increase minimum CMake version to be compliant with CMake 3.19.xManuel Bentele2020-11-231-1/+1
|
* cmake: Add default include dir for fuseSimon Rettberg2020-11-131-1/+1
| | | | | | | Without this, the FindFuse module will silently set the wrong include path for fuse if we don't have pkg-config installed, leading to compile errors. We could either make pkg-config a requirement, or try to fall back to its default path.
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-271-1/+1
|
* cmake: Fixed wrong package name in the Fuse find moduleManuel Bentele2020-08-191-2/+2
|
* cmake: Try to get include directories right (per target)Simon Rettberg2019-10-071-22/+159
|
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-241-0/+30