this repo has no description
1
fork

Configure Feed

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

Merge pull request #1409 from darlinghq/ubuntu_hotfix

Fix Building For Ubuntu

authored by

CuriousTommy and committed by
GitHub
50c6edc1 3aedf652

+6
+6
CMakeLists.txt
··· 14 14 "clang-10" 15 15 "clang-11" 16 16 "clang-12" 17 + "clang-13" 18 + "clang-14" 19 + "clang-15" 17 20 ) 18 21 endif(NOT DEFINED CMAKE_C_COMPILER) 19 22 ··· 27 30 "clang++-10" 28 31 "clang++-11" 29 32 "clang++-12" 33 + "clang++-13" 34 + "clang++-14" 35 + "clang++-15" 30 36 ) 31 37 endif(NOT DEFINED CMAKE_CXX_COMPILER) 32 38