trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

Minimum cmake version required is 3.20 - should be better documented (or better yet - automatically fail the build)

Open tjayrush opened this issue 1 year ago • 0 comments

Built target examples/findFirst Built target examples/balanceChart Built target examples/comparison Built target examples/withStreaming Built target examples CMake Error at /home/dave/Documents/Trueblocks/trueblocks-core/src/other/install/init_configs.cmake:34 (file): file does not recognize sub-command TOUCH Call Stack (most recent call first): /home/dave/Documents/Trueblocks/trueblocks-core/src/other/install/init_configs.cmake:100 (CopyAndTouchIgnorePresent)

other/install/CMakeFiles/init_configs.dir/build.make:57: recipe for target 'other/install/CMakeFiles/init_configs' failed make[2]: * [other/install/CMakeFiles/init_configs] Error 1 CMakeFiles/Makefile2:403: recipe for target 'other/install/CMakeFiles/init_configs.dir/all' failed make[1]: * [other/install/CMakeFiles/init_configs.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: * [all] Error 2 [2:13 AM]CD: You need to update cmake, check your version (cmake --version) .. if its older than 3.20 doesn't support the TOUCH command

tjayrush avatar Sep 10 '24 13:09 tjayrush