cmake: SWRAP_REQUIRED_LIBRARIES should be a list
authorAndreas Schneider <asn@samba.org>
Wed, 7 Nov 2018 08:02:35 +0000 (09:02 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 7 Nov 2018 14:29:51 +0000 (15:29 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
ConfigureChecks.cmake

index 17fdd3e7dfc3889516734d252b03899f6befe1ea..94fed2288a4ceb9a127c0680df6b2919c950ff6c 100644 (file)
@@ -269,5 +269,4 @@ endif (NOT WIN32)
 
 check_type_size(pid_t SIZEOF_PID_T)
 
-string(REPLACE ";" " " _REQUIRED_LIBRARIES "${_REQUIRED_LIBRARIES}")
 set(SWRAP_REQUIRED_LIBRARIES ${_REQUIRED_LIBRARIES} CACHE INTERNAL "socket_wrapper required system libraries")