Currently, it doesn't configure properly on cmake-3.5.0 with 2 errors:
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.43.0")
CMake Error at CMakeLists.txt:51 (include):
include could not find load file:
FetchContent
-- Performing Test COMPILER_SUPPORTS_CXX14
-- Performing Test COMPILER_SUPPORTS_CXX14 - Success
CMake Error at source/layers/validation/CMakeLists.txt:39 (install):
install TARGETS given unknown argument "NAMELINK_COMPONENT".
CMake Error at source/layers/tracing/CMakeLists.txt:51 (install):
install TARGETS given unknown argument "NAMELINK_COMPONENT".
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
CMake Error at source/CMakeLists.txt:51 (install):
install TARGETS given unknown argument "NAMELINK_COMPONENT".
-- Configuring incomplete, errors occurred!
The minimal version required for failing features are:
Currently, it doesn't configure properly on cmake-3.5.0 with 2 errors:
The minimal version required for failing features are:
NAMELINK_COMPONENT
)\ I also double-checked this with a tool: https://github.com/nlohmann/cmake_min_version :