Skip to content

Commit

Permalink
USE_PYTHON as a more general flag for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cryos committed Aug 14, 2017
1 parent ed357fe commit 3f43851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ option(USE_LIBMSYM "Enable optional features using libmsym" ON)
option(USE_LIBSPG "Enable optional features using libspg" ON)
option(USE_PROTOCALL "Enable libraries that use ProtoCall" OFF)
option(USE_MOLEQUEUE "Enable the MoleQueue dependent functionality" ON)
option(USE_BOOST_PYTHON "Use Boost Python to wrap some of our API" OFF)
option(USE_PYTHON "Use Python to wrap some of our API" OFF)

add_subdirectory(utilities)
add_subdirectory(thirdparty)
Expand Down

0 comments on commit 3f43851

Please sign in to comment.