Skip to content

Commit

Permalink
Merge pull request #709 from jcarpent/master
Browse files Browse the repository at this point in the history
Remove useless message
  • Loading branch information
jcarpent authored Sep 4, 2024
2 parents b3c2af1 + 10dbc39 commit 51a0ab3
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 51a0ab3

Please sign in to comment.