mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05: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
|
||||
)
|
||||
set_source_files_properties( PythonJob.cpp
|
||||
PROPERTIES COMPILE_FLAGS ${SUPPRESS_BOOST_WARNINGS}
|
||||
PROPERTIES COMPILE_FLAGS "${SUPPRESS_BOOST_WARNINGS}"
|
||||
)
|
||||
|
||||
include_directories(${PYTHON_INCLUDE_DIRS})
|
||||
|
|
Loading…
Add table
Reference in a new issue