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

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)