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
* cmake: Simplify build-info.cpp generation
The rebuild of build-info.cpp still gets triggered when .git/index gets
changes.
* cmake: generate build-info.cpp in build dir
message(WARNING"Git index not found in git repository.")
29
-
set(GIT_INDEX"")
30
30
endif()
31
31
else()
32
32
message(WARNING"Git repository not found; to enable automatic generation of build info, make sure Git is installed and the project is a Git repository.")
33
-
set(GIT_INDEX"")
34
33
endif()
35
34
36
-
# Add a custom command to rebuild build-info.cpp when .git/index changes
0 commit comments