diff options
Diffstat (limited to 'cstring/CMakeLists.txt')
-rw-r--r-- | cstring/CMakeLists.txt | 5 |
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 | ||
16 | target_link_libraries(cstring PUBLIC | 16 | target_link_libraries(cstring PUBLIC |
17 | cassert) | 17 | cassert) |
18 | |||
19 | if(LINUX) | ||
20 | target_link_libraries(cstring PUBLIC | ||
21 | -lbsd) | ||
22 | endif() | ||