File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ $(host_prefix)/toolchain.cmake : toolchain.cmake.in $(host_prefix)/.stamp_$(fina
209
209
-e 's|@STRIP@|$(host_STRIP)|' \
210
210
-e 's|@OBJCOPY@|$(host_OBJCOPY)|' \
211
211
-e 's|@OBJDUMP@|$(host_OBJDUMP)|' \
212
- -e 's|@depends_prefix@|$(host_prefix)|' \
213
212
-e 's|@CFLAGS@|$(strip $(host_CFLAGS))|' \
214
213
-e 's|@CFLAGS_RELEASE@|$(strip $(host_release_CFLAGS))|' \
215
214
-e 's|@CFLAGS_DEBUG@|$(strip $(host_debug_CFLAGS))|' \
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ set(CMAKE_OBJDUMP "@OBJDUMP@")
72
72
# affected by a potentially random environment.
73
73
set (CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH OFF )
74
74
75
- set (CMAKE_FIND_ROOT_PATH "@depends_prefix@ " )
75
+ set (CMAKE_FIND_ROOT_PATH "${CMAKE_CURRENT_LIST_DIR} " )
76
76
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER )
77
77
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY )
78
78
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY )
79
79
set (CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY )
80
- set (QT_TRANSLATIONS_DIR "@depends_prefix@ /translations" )
80
+ set (QT_TRANSLATIONS_DIR "${CMAKE_CURRENT_LIST_DIR} /translations" )
81
81
82
82
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_HOST_APPLE )
83
83
# The find_package(Qt ...) function internally uses find_library()
You can’t perform that action at this time.
0 commit comments