Skip to content

Commit

Permalink
disable python bindings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
charbeljc committed Jun 23, 2021
1 parent 116bc20 commit dccc5f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ENDIF()
OPTION(WANT_CPPUNIT "Include CppUnit test suite" ON)
OPTION(FIXME_DISABLE_OPTIMIZATIONS "Fix broken builds by turning off optimizations" OFF)
OPTION(WANT_PYSIDE "Build PySide bindings for h2core library" OFF)
OPTION(WANT_PYBIND11 "Build PyBind11 bindings for h2core library" ON)
OPTION(WANT_PYBIND11 "Build PyBind11 bindings for h2core library" OFF)

include(Sanitizers)
INCLUDE(StatusSupportOptions)
Expand Down Expand Up @@ -319,7 +319,8 @@ COLOR_MESSAGE("${cyan}Installation Summary${reset}
* debug capabilities : ${H2CORE_HAVE_DEBUG}
* macosx bundle : ${H2CORE_HAVE_BUNDLE}
* fat build : ${WANT_FAT_BUILD}
* PySide bindings : ${WANT_PYSIDE}\n"
* PySide bindings : ${WANT_PYSIDE}
* Pybind11 bindings : ${WANT_PYBIND11}\n"
)

COLOR_MESSAGE("${cyan}Main librarires${reset}")
Expand Down

0 comments on commit dccc5f6

Please sign in to comment.