Skip to content
Commit a563705e authored by David Narváez's avatar David Narváez
Browse files

Stylistic changes to FindBoostPython.cmake and framework

Polish FindBoostPython.cmake from CMake's point of view:

 * Use BoostPython_ prefix instead of BOOST_PYTHON_
   (BOOSTPYTHON_ is also acceptable but is unreadable);

 * Remove extra call to find_package(BoostPython);

 * Replace macro_optional_find_package() with simple find_package(),
   CMake has CMAKE_DISABLE_FIND_PACKAGE_Foo feature for a while.

This is a first patch of a bigger set, containing only minor fixes.

CCBUG: 320807
REVIEW: 110953
parent 36a93869
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment