Commit 0f0dbe4c authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Fix cmake set_property in python bindings



`SET_SOURCE_FILES_PROPERTIES(pfw.i PROPERTIES SWIG_FLAGS "-v" "-Wall"
"-Werror")` sets 2 variables:
 - `SWIG_FLAGS="-v"`
 - `-Wall="-Werror"`
which is obviously not what was wanted.

Replace by `SET_PROPERTY(SOURCE pfw.i PROPERTY SWIG_FLAGS "-v" "-Wall"
"-Werror")` that only sets `SWIG_FLAGS="-v -Wall -Werror"`.

Signed-off-by: default avatarKevin Rocard <kevin.rocard@intel.com>
parent 84709c9e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment