CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
|
The package name passed to `find_package_handle_standard_args` (bzip2) does
|
not match the name of the calling package (BZIP2). This can lead to
|
problems in calling code that expects `find_package` result variables
|
(e.g., `_FOUND`) to follow a certain pattern.
|
Call Stack (most recent call first):
|
storage/rocksdb/rocksdb/cmake/modules/Findbzip2.cmake:17 (find_package_handle_standard_args)
|
storage/rocksdb/build_rocksdb.cmake:39 (FIND_PACKAGE)
|
storage/rocksdb/CMakeLists.txt:144 (INCLUDE)
|