928ba5c
--- dmlite-1.11.1/python/CMakeLists.txt~	2019-01-30 18:36:25.183737162 +0000
928ba5c
+++ dmlite-1.11.1/python/CMakeLists.txt	2019-01-30 18:36:30.267729790 +0000
928ba5c
@@ -1,6 +1,6 @@
928ba5c
 cmake_minimum_required (VERSION 2.6)
928ba5c
 
928ba5c
-find_package(Boost COMPONENTS python REQUIRED)
928ba5c
+find_package(Boost COMPONENTS python27 REQUIRED)
928ba5c
 find_package(PythonLibs)
928ba5c
 
928ba5c
 if ( CMAKE_INSTALL_PREFIX STREQUAL "/" )