Skip to content

Commit a489e6d

Browse files
Merge pull request Sneeds-Feed-and-Seed#28 from BasedRimuru/master
Removed libuuid (botnet dependency)
2 parents 0abd2b7 + 8e9dbdc commit a489e6d

File tree

5 files changed

+0
-398
lines changed

5 files changed

+0
-398
lines changed

cmake-proxies/CMakeLists.txt

-11
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,6 @@ if( ${_OPT}has_networking )
133133

134134
endif()
135135

136-
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows")
137-
add_conan_lib(
138-
libuuid
139-
libuuid/1.0.3
140-
REQUIRED
141-
OPTION_NAME uuid
142-
PKG_CONFIG "uuid"
143-
INTERFACE_NAME libuuid::libuuid
144-
)
145-
endif()
146-
147136
add_conan_lib(
148137
RapidJSON
149138
rapidjson/1.1.0

libraries/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set( LIBRARIES
66
lib-string-utils
77
lib-strings
88
lib-utility
9-
lib-uuid
109
)
1110

1211
foreach( LIBRARY ${LIBRARIES} )

libraries/lib-uuid/CMakeLists.txt

-26
This file was deleted.

libraries/lib-uuid/Uuid.cpp

-268
This file was deleted.

0 commit comments

Comments
 (0)