mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: fix CAPI dependency
it is no longer needed by python only, so we want it to be built even when python bindings are disabled
This commit is contained in:
@@ -7,8 +7,4 @@ add_subdirectory(ClientLib)
|
||||
add_subdirectory(Bindings)
|
||||
add_subdirectory(ServerLib)
|
||||
add_subdirectory(Interfaces)
|
||||
|
||||
# CAPI needed only for python bindings
|
||||
if(CONCRETELANG_BINDINGS_PYTHON_ENABLED)
|
||||
add_subdirectory(CAPI)
|
||||
endif()
|
||||
add_subdirectory(CAPI)
|
||||
|
||||
Reference in New Issue
Block a user