summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-08-06 12:21:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-08-06 12:22:53 +0200
commitadef75d81c7606dd69f5d619c577b634b2868070 (patch)
treea20b3c2f1b31b69095bbe866ffe1a00b4e1aa839 /tracker-easy
parent6060d7b60cce173fca2c76c857dfb33eabaf7b64 (diff)
tracker-easy: fix build
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)