diff options
Diffstat (limited to 'tracker-easy')
-rw-r--r-- | tracker-easy/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/CMakeLists.txt b/tracker-easy/CMakeLists.txt index 670b9003..c377dd9c 100644 --- a/tracker-easy/CMakeLists.txt +++ b/tracker-easy/CMakeLists.txt @@ -9,7 +9,7 @@ if(OpenCV_FOUND) OUTPUT_VARIABLE krap) if(tracker-easy_ocv-check) foreach(k video highgui) - otr_install_lib("opencv_${k}" "${opentrack-hier-pfx}") + otr_install_lib("opencv_${k}" "${opentrack-libexec}") endforeach() if(CMAKE_COMPILER_IS_GNUCXX) |