mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Merge pull request #96 from plfiorini/master
Make PythonLibs truly an optional component
This commit is contained in:
commit
d9d4af030f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ find_package( YamlCpp 0.5.1 REQUIRED )
|
||||||
|
|
||||||
option( WITH_PYTHON "Enable Python modules support." ON )
|
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(
|
macro_log_feature(
|
||||||
PYTHONLIBS_FOUND
|
PYTHONLIBS_FOUND
|
||||||
"Python"
|
"Python"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue