[orbis-kernel] avoid useless logs on initialization

This commit is contained in:
DH 2023-11-10 23:57:20 +03:00
parent 135c63117b
commit d29fcf1f6f
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.20)
project(libcrypto)
set(PROJECT_PATH crypto)