aboutsummaryrefslogtreecommitdiff
path: root/cstring/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cstring/CMakeLists.txt')
-rw-r--r--cstring/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/cstring/CMakeLists.txt b/cstring/CMakeLists.txt
index a1abde2..92fe5a7 100644
--- a/cstring/CMakeLists.txt
+++ b/cstring/CMakeLists.txt
@@ -15,8 +15,3 @@ target_include_directories(cstring PUBLIC
15 15
16target_link_libraries(cstring PUBLIC 16target_link_libraries(cstring PUBLIC
17 cassert) 17 cassert)
18
19if(LINUX)
20 target_link_libraries(cstring PUBLIC
21 -lbsd)
22endif()