mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
format: Cmake
This commit is contained in:
@@ -6,10 +6,7 @@ if(CONCRETELANG_DATAFLOW_EXECUTION_ENABLED)
|
||||
endif()
|
||||
|
||||
if(CONCRETELANG_CUDA_SUPPORT)
|
||||
target_link_libraries(
|
||||
ConcretelangRuntime
|
||||
PRIVATE
|
||||
concrete_cuda)
|
||||
target_link_libraries(ConcretelangRuntime PRIVATE concrete_cuda)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
|
||||
Reference in New Issue
Block a user