adapt to latest changes in SCC

This commit is contained in:
2022-12-05 09:15:48 +01:00
parent f585489ff5
commit 8c701d55c1
2 changed files with 467 additions and 246 deletions

View File

@ -8,6 +8,7 @@ include(GNUInstallDirs)
find_package(elfio QUIET)
find_package(Boost COMPONENTS coroutine)
find_package(jsoncpp)
if(WITH_LLVM)
if(DEFINED ENV{LLVM_HOME})