Remove boost::noncopyable use & boost::random dependency (#4776)
The use has been removed from the following files: * Atomic.hpp * SignalVector.hpp * Benchmark.hpp * IvrApi * LoggingChannel.hpp * Singleton.hpp * Image.hpp * PrecompiledHeader.hpp * Message.hpp * MessageElement.hpp * MessageLayout.hpp * MessageLayoutElement.hpp * Fonts.hpp (just include)
This commit is contained in:
+1
-3
@@ -115,9 +115,7 @@ endif ()
|
||||
find_package(Sanitizers QUIET)
|
||||
|
||||
# Find boost on the system
|
||||
# `OPTIONAL_COMPONENTS random` is required for vcpkg builds to link.
|
||||
# `OPTIONAL` is required, because conan doesn't set `boost_random_FOUND`.
|
||||
find_package(Boost REQUIRED OPTIONAL_COMPONENTS random)
|
||||
find_package(Boost REQUIRED OPTIONAL_COMPONENTS headers)
|
||||
|
||||
# Find OpenSSL on the system
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user