mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Clang: for gcc, don't produce empty COMPILE_FLAGS
This commit is contained in:
parent
83d0524935
commit
dcc66c2793
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if( WITH_PYTHON )
|
||||||
PythonJobApi.cpp
|
PythonJobApi.cpp
|
||||||
)
|
)
|
||||||
set_source_files_properties( PythonJob.cpp
|
set_source_files_properties( PythonJob.cpp
|
||||||
PROPERTIES COMPILE_FLAGS ${SUPPRESS_BOOST_WARNINGS}
|
PROPERTIES COMPILE_FLAGS "${SUPPRESS_BOOST_WARNINGS}"
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(${PYTHON_INCLUDE_DIRS})
|
include_directories(${PYTHON_INCLUDE_DIRS})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue