mirror of
https://github.com/KjellKod/g3log.git
synced 2025-01-21 02:00:34 +01:00
fixed warning about whitespace (#265)
This commit is contained in:
parent
69f21e3513
commit
e8fe9d8b38
@ -74,7 +74,7 @@ SET(MAJOR_VERSION 1)
|
|||||||
IF ( NOT VERSION )
|
IF ( NOT VERSION )
|
||||||
IF ( "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows" )
|
IF ( "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows" )
|
||||||
message("windows: Extracting git software version")
|
message("windows: Extracting git software version")
|
||||||
execute_process(COMMAND cmd /c "git rev-list --branches HEAD | find /v "" /c" OUTPUT_VARIABLE GIT_VERSION WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
execute_process(COMMAND cmd /c "git rev-list --branches HEAD | find /v " " /c" OUTPUT_VARIABLE GIT_VERSION WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||||
ELSE()
|
ELSE()
|
||||||
IF(UNIX OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
IF(UNIX OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
message( STATUS "nix: Extracting git software version" )
|
message( STATUS "nix: Extracting git software version" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user