Wenwen
Wenwen
Using the repo as third party library using FetchContent failed: ``` FetchContent_Declare( cmake-codecov GIT_REPOSITORY https://github.com/RWTH-HPC/CMake-codecov.git ) FetchContent_MakeAvailable(cmake-codecov) ``` with the following error message: ``` CMake Error at build/_deps/cmake-codecov-src/src/libfoo/CMakeLists.txt:13 (add_coverage): Unknown...
Hi, I use xterm on linux arch and add the following config in my .vimrc: ``` " Config vim-colors-solarized let g:solarized_termcolors=256 colorscheme solarized set background=light call togglebg#map("") ``` Then I...