Skip to content

Commit

Permalink
enable PYTHON_STANDARD_LAYOUT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 7, 2025
1 parent b8c5ab9 commit e371b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ macro(FINDPYTHON)
# directory
option(PYTHON_DEB_LAYOUT "Enable Debian-style Python package layout" OFF)
# ref. https://docs.python.org/3/library/site.html
option(PYTHON_STANDARD_LAYOUT "Enable standard Python package layout" OFF)
option(PYTHON_STANDARD_LAYOUT "Enable standard Python package layout" ON)

if(PYTHON_STANDARD_LAYOUT)
set(
Expand Down

0 comments on commit e371b02

Please sign in to comment.