Description
I downloaded/unzipped the source and tried CMAKE(version 3.31) in windows, but it failed with the following errors. Please help.
CMake Error at CMakeLists.txt:172 (add_subdirectory):
The source directory
D:/Include/libKriging-master/dependencies/armadillo-code
does not contain a CMakeLists.txt file.
CMake Error at CMakeLists.txt:174 (add_library):
add_library cannot create ALIAS target "blas" because target "armadillo"
does not already exist.
CMake Error at CMakeLists.txt:177 (add_subdirectory):
The source directory
D:/Include/libKriging-master/dependencies/lbfgsb_cpp
does not contain a CMakeLists.txt file.
CMake Error at CMakeLists.txt:545 (add_subdirectory):
The source directory
D:/Include/libKriging-master/dependencies/Catch2
does not contain a CMakeLists.txt file.
CMake Error at tests/CMakeLists.txt:2 (include):
include could not find requested file:
Catch
Benchmark tests are disabled; to enable them use -DLIBKRIGING_BENCHMARK_TESTS=ON option
CMake Error at tests/CMakeLists.txt:46 (catch_discover_tests):
Unknown CMake command "catch_discover_tests".
Configuring incomplete, errors occurred!