We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc440ef commit b3df5f6Copy full SHA for b3df5f6
grantlee5/linuxdeploy-plugin-grantlee5.sh
@@ -82,7 +82,6 @@ if("${imported_location}" STREQUAL "")
82
message(FATAL_ERROR "Could not find location with CMake")
83
endif()
84
85
-get_property(imported_location TARGET "${imported_target}" PROPERTY IMPORTED_LOCATION_NONE)
86
message(STATUS "Imported location: ${imported_location}")
87
88
file(WRITE "${CMAKE_CURRENT_SOURCE_DIR}/imported-location" "${imported_location}")
0 commit comments