mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Suppress Output of Git Command in CMake (#4340)
This commit is contained in:
parent
2a071a7067
commit
bfa899c45e
|
@ -28,6 +28,7 @@ if (GIT_EXECUTABLE)
|
|||
COMMAND ${GIT_EXECUTABLE} rev-parse --is-inside-work-tree
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
RESULT_VARIABLE GIT_REPOSITORY_NOT_FOUND
|
||||
OUTPUT_QUIET
|
||||
ERROR_QUIET
|
||||
)
|
||||
if (GIT_REPOSITORY_NOT_FOUND)
|
||||
|
|
Loading…
Reference in a new issue