crypto3
crypto3 copied to clipboard
Compilation warnings
All projects including crypto3 are throwing warnings of these patterns
CMake Warning at cmake/modules/share/modules/cmake/CMConfig.cmake:149 (find_package):
By not providing "Findcrypto3_block.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"crypto3_block", but CMake did not find one.
Could not find a package configuration file provided by "crypto3_block"
with any of the following names:
crypto3_blockConfig.cmake
crypto3_block-config.cmake
Solution : remove find_package call from all Cmake files.