Skip to content

Commit

Permalink
python: update summary to show 3.10/11/12 lib locations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Oct 26, 2023
1 parent 7a96afc commit dcd1d9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project_summary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ if(Boost_FOUND)
message( STATUS " Boost_PYTHON38_LIBRARY_RELEASE : [${Boost_PYTHON38_LIBRARY_RELEASE}]" )
message( STATUS " Boost_PYTHON39_LIBRARY : [${Boost_PYTHON39_LIBRARY}]" )
message( STATUS " Boost_PYTHON39_LIBRARY_RELEASE : [${Boost_PYTHON39_LIBRARY_RELEASE}]" )
message( STATUS " Boost_PYTHON310_LIBRARY : [${Boost_PYTHON310_LIBRARY}]" )
message( STATUS " Boost_PYTHON310_LIBRARY_RELEASE : [${Boost_PYTHON310_LIBRARY_RELEASE}]" )
message( STATUS " Boost_PYTHON311_LIBRARY : [${Boost_PYTHON311_LIBRARY}]" )
message( STATUS " Boost_PYTHON311_LIBRARY_RELEASE : [${Boost_PYTHON311_LIBRARY_RELEASE}]" )
message( STATUS " Boost_PYTHON312_LIBRARY : [${Boost_PYTHON312_LIBRARY}]" )
message( STATUS " Boost_PYTHON312_LIBRARY_RELEASE : [${Boost_PYTHON312_LIBRARY_RELEASE}]" )
endif()

if (ENABLE_SSL)
Expand Down

0 comments on commit dcd1d9c

Please sign in to comment.