From 28aeac863cd829783aca1281ecde274266e40f09 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 7 Nov 2018 09:02:35 +0100 Subject: cmake: SWRAP_REQUIRED_LIBRARIES should be a list Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- ConfigureChecks.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 17fdd3e..94fed22 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -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") -- cgit