Merge pull request #96 from plfiorini/master

Make PythonLibs truly an optional component
This commit is contained in:
Teo Mrnjavac 2014-08-14 11:21:43 +02:00
commit d9d4af030f

View File

@ -25,7 +25,7 @@ find_package( YamlCpp 0.5.1 REQUIRED )
option( WITH_PYTHON "Enable Python modules support." ON )
macro_optional_find_package( PythonLibs 3.3 REQUIRED )
macro_optional_find_package( PythonLibs 3.3 )
macro_log_feature(
PYTHONLIBS_FOUND
"Python"