diff options
author | 3gg <3gg@shellblade.net> | 2025-06-27 09:27:53 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-27 09:27:53 -0700 |
commit | 8e245a6c9a8287178b2d0853dec24f442c52ce95 (patch) | |
tree | 2728a073f7c9e7babf23aec6df3db20cfdf30e7a /cstring/CMakeLists.txt | |
parent | 1cb585ea456d61213ec2f2faa08bfd6a4fa39228 (diff) |
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() | ||