Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/esp-geiger/src/commit/ddaa1938215485aa040196ab61a79eac75a33b8a/components/vconsole/libconsole/lib/argtable3/CMakeLists.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(console-argtable3)
|
|
|
|
add_library(argtable3 argtable3.c)
|
|
target_include_directories(argtable3
|
|
PUBLIC "."
|
|
)
|
|
target_link_libraries(argtable3 PRIVATE console)
|
|
|