File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -249,14 +249,14 @@ if (MAPTK_FIXUP_BUNDLE_ON_PACKAGE)
249249 list (APPEND FIXUP_DIRS "${qtExtensions_DIR} /${BINARY_DIR} " )
250250
251251 list (APPEND FIXUP_DIRS "${KWIVER_LIBRARY_DIR} /${BINARY_DIR} " )
252- if (DEFINED fletch_DIR )
252+ if (DEFINED fletch_ROOT )
253253 if (WIN32 )
254- list (APPEND FIXUP_DIRS "${fletch_DIR } /bin" )
254+ list (APPEND FIXUP_DIRS "${fletch_ROOT } /bin" )
255255 # this is a hack for now. Fletch should really export paths like this.
256- list (APPEND FIXUP_DIRS "${fletch_DIR } /x64/vc14/bin" )
257- list (APPEND FIXUP_DIRS "${fletch_DIR } /x64/vc15/bin" )
256+ list (APPEND FIXUP_DIRS "${fletch_ROOT } /x64/vc14/bin" )
257+ list (APPEND FIXUP_DIRS "${fletch_ROOT } /x64/vc15/bin" )
258258 else ()
259- list (APPEND FIXUP_DIRS "${fletch_DIR } /lib" )
259+ list (APPEND FIXUP_DIRS "${fletch_ROOT } /lib" )
260260 endif ()
261261 endif ()
262262
You can’t perform that action at this time.
0 commit comments