format: Cmake

This commit is contained in:
Quentin Bourgerie
2022-12-07 20:57:52 +01:00
parent 2a89f62c1a
commit f552fa59e0
3 changed files with 9 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ 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
)