Skip to content

Commit

Permalink
Hack fail windows check CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 20, 2024
1 parent 3cda9b2 commit ecf4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SET(MAJOR_VERSION 2)
SET(MINOR_VERSION 4)

IF ( NOT VERSION )
IF ( "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows" )
IF ( "${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Wind_fail_this_check_ows" )
message("windows: Extracting git software version")
execute_process(COMMAND cmd /c "git rev-list ${MAJOR_VERSION}.${MINOR_VERSION}..HEAD | find /v " " /c" OUTPUT_VARIABLE GIT_RELEASE_COMMITS WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
ELSE()
Expand Down

0 comments on commit ecf4386

Please sign in to comment.