Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Disable building Python bindings for now.
Browse files Browse the repository at this point in the history
Will get back to this once the library is stable again.
  • Loading branch information
anand-bala committed Jan 22, 2021
1 parent af52dd2 commit 1ccb14c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ cmake_dependent_option(
)

option(BUILD_EXAMPLES "Build the examples?" ${SIGNALTL_MASTER_PROJECT})

# TODO: Turn this on once the library is stable.
option(BUILD_PYTHON_BINDINGS "Build the Python extension?"
${SIGNALTL_MASTER_PROJECT}
OFF
)

option(ENABLE_CACHE "Enable cache if available" ${SIGNALTL_MASTER_PROJECT})
Expand Down

0 comments on commit 1ccb14c

Please sign in to comment.