Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Dukhovnikov <[email protected]>
  • Loading branch information
antond-weta committed Oct 5, 2024
1 parent 5139920 commit e921c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usd/cmake/Packages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ if (ENABLE_PYTHON_SUPPORT)
endif()
endif()

if (${boost_version_string} VERSION_GREATER_EQUAL "1.67")
if (FALSE) # ${boost_version_string} VERSION_GREATER_EQUAL "1.67")
# In boost-1.67 and greater, the boost python component includes the
# python major and minor version as part of its name.
set(PYTHON_VERSION_DOTLESS "${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}.${Boost_SUBMINOR_VERSION}")
set(PYTHON_VERSION_DOTLESS "${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR}")
find_package(Boost
COMPONENTS
python${PYTHON_VERSION_DOTLESS}
Expand Down

0 comments on commit e921c1e

Please sign in to comment.