fix/chore: Remove custom gpu deleted target for tests

This commit is contained in:
Quentin Bourgerie
2022-10-26 15:55:42 +02:00
parent b9ea163704
commit 90361f0b95

View File

@@ -11,6 +11,7 @@ include_directories(${CONCRETE_OPTIMIZER_DIR}/concrete-optimizer-cpp/src/cpp)
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
link_libraries(
# usefull for old gcc versions
-Wl,--allow-multiple-definition # static concrete-optimizer and concrete shares some code
)
@@ -35,7 +36,3 @@ if(CONCRETELANG_DATAFLOW_EXECUTION_ENABLED)
add_concretecompiler_unittest(end_to_end_jit_distributed end_to_end_jit_distributed.cc globals.cc)
add_concretecompiler_unittest(end_to_end_jit_aes_short end_to_end_jit_aes_short.cc globals.cc)
endif()
if(CONCRETELANG_CUDA_SUPPORT)
add_concretecompiler_unittest(end_to_end_gpu_test end_to_end_gpu_test.cc globals.cc)
endif()