aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-07 09:02:35 +0100
committerAndreas Schneider <asn@samba.org>2018-11-07 15:29:51 +0100
commit28aeac863cd829783aca1281ecde274266e40f09 (patch)
tree2a9b3a34116f256aa77c85bc65b78e14dbf13c32
parentdfeb05d87bac0d81f2676fbc22430bd0018eaa49 (diff)
downloadsocket_wrapper-28aeac863cd829783aca1281ecde274266e40f09.tar.gz
socket_wrapper-28aeac863cd829783aca1281ecde274266e40f09.tar.xz
socket_wrapper-28aeac863cd829783aca1281ecde274266e40f09.zip
cmake: SWRAP_REQUIRED_LIBRARIES should be a list
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 0 insertions, 1 deletions
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")