this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build on clang 10

Fixes #727 (not building on Ubuntu 20.04)

Also detect clang-10 if installed

+2
+2
CMakeLists.txt
··· 9 9 "clang-6.0" 10 10 "clang-7" 11 11 "clang-9" 12 + "clang-10" 12 13 ) 13 14 endif(NOT DEFINED CMAKE_C_COMPILER) 14 15 ··· 19 20 "clang++-6.0" 20 21 "clang++-7" 21 22 "clang++-9" 23 + "clang++-10" 22 24 ) 23 25 endif(NOT DEFINED CMAKE_CXX_COMPILER) 24 26