From 6f1f08f728a30394939aa704773a5468ded02c1e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 23 Sep 2017 02:57:26 -0400 Subject: [PATCH] Restore Boost.Python detection. FIXES #817 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38ea9a79b..93fc493e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ set_package_properties( if ( PYTHONLIBS_FOUND ) include( BoostPython3 ) - find_boost_python3( 1.54.0 ${PYTHONLIBS_VERSION_STRING} CALAMARES_BOOST_PYTHON3 ) + find_boost_python3( 1.54.0 ${PYTHONLIBS_VERSION_STRING} CALAMARES_BOOST_PYTHON3_FOUND ) set_package_properties( CALAMARES_BOOST_PYTHON3 PROPERTIES DESCRIPTION "A C++ library which enables seamless interoperability between C++ and Python 3."