Quote the SONAME properly.
It does not make a big difference, but it is what was intended initially. Change-Id: Idd7e06c857533030b000726ff87b48bb2619df06 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
401e6f2581
commit
73d127397d
|
|
@ -129,7 +129,7 @@ macro(_populate_imported_target_properties Configuration LIB_LOCATION IMPLIB_LOC
|
|||
\"IMPORTED_LOCATION_${Configuration}\" \"$${CMAKE_LIB_DIR}$${LIB_LOCATION}\"
|
||||
!!ENDIF
|
||||
!!IF !isEmpty(CMAKE_LIB_SONAME)
|
||||
\"IMPORTED_SONAME_${Configuration}\" "$${CMAKE_LIB_SONAME}"
|
||||
\"IMPORTED_SONAME_${Configuration}\" \"$${CMAKE_LIB_SONAME}\"
|
||||
!!ENDIF
|
||||
)
|
||||
if(NOT \"${IMPLIB_LOCATION}\" STREQUAL \"\")
|
||||
|
|
|
|||
Loading…
Reference in New Issue