Skip to content

Commit b3df5f6

Browse files
committed
Fix obsolete command breaking openSUSE
1 parent dc440ef commit b3df5f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grantlee5/linuxdeploy-plugin-grantlee5.sh

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ if("${imported_location}" STREQUAL "")
8282
message(FATAL_ERROR "Could not find location with CMake")
8383
endif()
8484
85-
get_property(imported_location TARGET "${imported_target}" PROPERTY IMPORTED_LOCATION_NONE)
8685
message(STATUS "Imported location: ${imported_location}")
8786
8887
file(WRITE "${CMAKE_CURRENT_SOURCE_DIR}/imported-location" "${imported_location}")

0 commit comments

Comments
 (0)