Skip to content

Commit

Permalink
Merge topic 'UseWheelsOverEggsByDefault'
Browse files Browse the repository at this point in the history
77f269f Enable Python wheels over eggs by default
  • Loading branch information
blowekamp authored and kwrobot committed May 5, 2016
2 parents c78334a + 77f269f commit f117eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrapping/Python/CMakeLists.txt
Expand Up @@ -24,9 +24,9 @@ include_directories ( ${PYTHON_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} )
#
option ( SimpleITK_PYTHON_THREADS "Enable threaded python usage by unlocking the GIL." ON )
mark_as_advanced( SimpleITK_PYTHON_THREADS )
option ( SimpleITK_PYTHON_EGG "Add building of python eggs to the dist target." ON )
option ( SimpleITK_PYTHON_EGG "Add building of python eggs to the dist target." OFF )
mark_as_advanced( SimpleITK_PYTHON_EGG )
option ( SimpleITK_PYTHON_WHEEL "Add building of python wheels to the dist target." OFF )
option ( SimpleITK_PYTHON_WHEEL "Add building of python wheels to the dist target." ON )
mark_as_advanced( SimpleITK_PYTHON_WHEEL )


Expand Down

0 comments on commit f117eae

Please sign in to comment.