Skip to content

Commit

Permalink
making python option off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jan 24, 2024
1 parent 8ce5934 commit d64f725
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 @@ -14,7 +14,7 @@ option (ENABLE_MPI "Enable MPI support" OFF)
option (ENABLE_MONA "Enable MoNA support" OFF)
option (ENABLE_SSG "Enable SSG support" ON)
option (ENABLE_ABT_IO "Enable ABT-IO support" ON)
option (ENABLE_PYTHON "Enable Python support" ON)
option (ENABLE_PYTHON "Enable Python support" OFF)

# add our cmake module directory to the path
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
Expand Down

0 comments on commit d64f725

Please sign in to comment.