Silence a debug message

This commit is contained in:
Martin Kroeker 2020-04-27 16:27:09 +02:00 committed by GitHub
parent e7bbdfdf84
commit 3bd56846bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ macro(ParseMakefileVars MAKEFILE_IN)
if (NOT "${line_match}" STREQUAL "")
# message(STATUS "IFNEQ: ${line_match} first: ${CMAKE_MATCH_1} second: ${CMAKE_MATCH_2}")
if (NOT ( ${${CMAKE_MATCH_1}} STREQUAL ${CMAKE_MATCH_2}))
message (STATUS "condition is true")
# message (STATUS "condition is true")
set (IfElse 1)
else ()
set (IfElse 2)