From 3c702e840b23aa350412d53437b34fee7516e00e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 10 Feb 2019 01:50:13 +0100 Subject: tracker/kinect: no need for public compile option --- tracker-kinect-face/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-kinect-face/CMakeLists.txt') 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 -- cgit v1.2.3