diff options
-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 |