Skip to content

Commit 8c11789

Browse files
authored
Merge pull request #253 from mleotta/dev/revert-to-fletch_ROOT
Revert fletch_DIR to fletch_ROOT
2 parents 0dfed48 + 0b8ab02 commit 8c11789

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gui/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)