aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* travis build fix for 15 and 16terminaldweller2022-11-241-1/+1
|
* llvm/clang 16 supportterminaldweller2022-11-241-0/+4
|
* [patch] Use a reasonable fallback for LLVM_CONFAndré Schröder2021-08-021-1/+13
| | | | | | | | | | | | | | | | | In #19 I wrote that I couldn't compile the code via $ cmake -B build -S cgrep/ -DUSE_MONOLITH_LIBTOOLING=ON -DCMAKE_CXX_COMPILER=clang++ $ cmake --build build This is because I didn't set LLVM_CONF and it falls back to llvm-config-10. There are two problems with this: First, CMake didn't actually check if LLVM_CONF existed. I now check it via the REQUIRED argument in find_program. Second, my OS (Arch Linux) doesn't name the binary like llvm-config-10 but it's called llvm-config, so the fallback never works on Arch. Thus, I added a non-complete but somewhat reasonable list of possible names.
* added llvm 12 and 13 to travis. added some dockerfiles i used for ↵terminaldweller2021-07-141-8/+0
| | | | building/testing against different llvm versions.
* its working nowbloodstalker2020-11-031-4/+8
|
* more fixesbloodstalker2020-11-031-11/+13
|
* some fixes for the cmake filesbloodstalker2020-11-031-6/+7
|
* cmake at lastbloodstalker2020-10-301-0/+50