Silence a debug message
This commit is contained in:
parent
e7bbdfdf84
commit
3bd56846bb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue