diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-10 01:50:51 +0100 |
commit | 3c702e840b23aa350412d53437b34fee7516e00e (patch) | |
tree | 658df37f52b492a6443df11a896949183a03dba3 | |
parent | 31812955940e8cb032dd4d09d1de2ab8ed61fdf6 (diff) |
tracker/kinect: no need for public compile option
-rw-r--r-- | tracker-kinect-face/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-kinect-face/CMakeLists.txt b/tracker-kinect-face/CMakeLists.txt index 7108eea8..95649e84 100644 --- a/tracker-kinect-face/CMakeLists.txt +++ b/tracker-kinect-face/CMakeLists.txt @@ -11,7 +11,7 @@ if (WIN32 AND opentrack-intel) if(MSVC) # workaround warning in SDK - target_compile_options(${self} PUBLIC "-wd4471") + target_compile_options(${self} PRIVATE "-wd4471") endif() # Add include path to Kinect SDK |