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:
youben11
2022-12-06 13:57:23 +01:00
committed by Ayoub Benaissa
parent ff4a0076a1
commit 8d063d299c

View File

@@ -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)