Skip to content

Commit

Permalink
boost python for python3 should be found for mac.
Browse files Browse the repository at this point in the history
Former-commit-id: 7c595a6
  • Loading branch information
apilaskowski committed Dec 19, 2016
1 parent 718feb4 commit c88ec51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ if (BUILD_PYTHON3)
else ()
find_package(Boost QUIET COMPONENTS python3) # The name under OSX (macports)
if (${Boost_PYTHON3_FOUND})
MESSAGE(STATUS "Found Boost python3: ")
Message(STATUS " ${Boost_PYTHON_LIBRARY}")
MESSAGE(STATUS "Found Boost python3:")
Message(STATUS " ${Boost_PYTHON3_LIBRARY}")
else ()
MESSAGE(FATAL_ERROR "Could not find boost python3")
endif ()
Expand Down

0 comments on commit c88ec51

Please sign in to comment.