Move and rename option accordingly to other already present

This commit is contained in:
Mattia Verga
2017-06-06 10:20:37 +02:00
parent a5e2107e40
commit 75812c900e
2 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ set(RTENGINESOURCEFILES
utils.cc
)
if (NOT USE_SYSTEM_KLT)
if (NOT WITH_SYSTEM_KLT)
set (RTENGINESOURCEFILES ${RTENGINESOURCEFILES}
klt/convolve.cc klt/error.cc klt/klt.cc klt/klt_util.cc klt/pnmio.cc klt/pyramid.cc klt/selectGoodFeatures.cc
klt/storeFeatures.cc klt/trackFeatures.cc klt/writeFeatures.cc