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