Skip to content

Commit

Permalink
boost: remove useless message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Sep 3, 2024
1 parent b3c2af1 commit 10dbc39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ macro(SEARCH_FOR_BOOST_PYTHON)
Boost_${UPPERCOMPONENT}_LIBRARY_RELEASE)

set(Boost_PYTHON_LIBRARY ${Boost_${UPPERCOMPONENT}_LIBRARY})
message(STATUS "Boost_PYTHON_LIBRARY: ${Boost_PYTHON_LIBRARY}")
list(APPEND Boost_PYTHON_LIBRARIES ${Boost_PYTHON_LIBRARY})
list(APPEND LOGGING_WATCHED_VARIABLES Boost_PYTHON_LIBRARY)
endmacro(SEARCH_FOR_BOOST_PYTHON)
Expand Down

0 comments on commit 10dbc39

Please sign in to comment.