updates dbt-rise-core
Some checks failed
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m14s

This commit is contained in:
2024-05-15 17:09:42 +02:00
parent 4c2d8f2d97
commit ff649a9d97
3 changed files with 3 additions and 6 deletions

View File

@@ -93,10 +93,6 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
)
set(CONAN_PACKAGE_OPTIONS fmt:header_only=True ${CONAN_BOOST_OPTIONS})
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND WITH_TCC)
list(APPEND CONAN_PACKAGE_LIST tcc/0.9.27)
endif()
if(WITH_LLVM)
list(APPEND CONAN_PACKAGE_LIST llvm-core/${LLVM_VERSION})
list(APPEND CONAN_PACKAGE_OPTIONS libiconv:shared=True)