makes building tcc dependent on WITH_TCC option
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m18s
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m18s
Details
This commit is contained in:
parent
b8fa095940
commit
ae03038323
|
@ -93,9 +93,8 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
|
|||
)
|
||||
set(CONAN_PACKAGE_OPTIONS fmt:header_only=True ${CONAN_BOOST_OPTIONS})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND WITH_TCC)
|
||||
list(APPEND CONAN_PACKAGE_LIST tcc/0.9.27)
|
||||
option(WITH_TCC "Build TCC backend" ON)
|
||||
endif()
|
||||
|
||||
if(WITH_LLVM)
|
||||
|
|
Loading…
Reference in New Issue