From c33c479ada2d8299cc7e7631d621af973d0a0e3d Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Mon, 18 May 2020 14:18:12 +0200 Subject: [PATCH] removed funcs from install --- slsSupportLib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsSupportLib/CMakeLists.txt b/slsSupportLib/CMakeLists.txt index 10e1cb626..89cf6b97c 100755 --- a/slsSupportLib/CMakeLists.txt +++ b/slsSupportLib/CMakeLists.txt @@ -17,7 +17,6 @@ set(HEADERS set(PUBLICHEADERS include/sls_detector_defs.h - include/sls_detector_funcs.h include/sls_detector_exceptions.h include/container_utils.h include/string_utils.h @@ -31,6 +30,7 @@ if(SLS_DEVEL_HEADERS) set(PUBLICHEADERS ${PUBLICHEADERS} include/file_utils.h + include/sls_detector_funcs.h include/ClientSocket.h include/DataSocket.h include/ServerSocket.h