Skip to content

Commit

Permalink
simplifying variants #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 2, 2024
1 parent 1378669 commit bf14611
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cmake-variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ pythonBindings:
long: Python (default)
settings:
ENABLE_PYTHON_BINDINGS: 'yes'
'brew-3.8':
short: Python 3.8 (brew)
long: macOS homebrew Python 3.8
settings:
ENABLE_PYTHON_BINDINGS: 'yes'
PYTHON_EXECUTABLE: "/usr/local/bin/python3.8"
'brew-3.9':
short: Python 3.9 (brew)
long: macOS homebrew Python 3.9
settings:
ENABLE_PYTHON_BINDINGS: 'yes'
PYTHON_EXECUTABLE: "/usr/local/bin/python3.9"
'no':
short: 'noPython'
long: noPython
Expand Down

0 comments on commit bf14611

Please sign in to comment.