You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is nothing big, but when configuring the project with CMake, the source directory is modified, which shows changes to stage in my git status message and in my editor, which is a bit annoying. This line in CMakeLists.txt is the reason:
My suggestion is to either write the output to the CMake binary directory and add the output directory to the include path or add hconfig.h to .gitignore.
The text was updated successfully, but these errors were encountered:
This is nothing big, but when configuring the project with CMake, the source directory is modified, which shows changes to stage in my git status message and in my editor, which is a bit annoying. This line in CMakeLists.txt is the reason:
libhv/CMakeLists.txt
Line 89 in 8c67e05
My suggestion is to either write the output to the CMake binary directory and add the output directory to the include path or add hconfig.h to .gitignore.
The text was updated successfully, but these errors were encountered: