summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy')
-rw-r--r--tracker-easy/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/CMakeLists.txt b/tracker-easy/CMakeLists.txt
index c377dd9c..5ba49944 100644
--- a/tracker-easy/CMakeLists.txt
+++ b/tracker-easy/CMakeLists.txt
@@ -15,7 +15,7 @@ if(OpenCV_FOUND)
if(CMAKE_COMPILER_IS_GNUCXX)
add_compile_options(-Wno-sign-compare)
elseif(MSVC)
- add_compile_definitions(-wd4018)
+ add_compile_options(-wd4018)
endif()
otr_module(tracker-easy)