Commit b16653ed authored by Andreas Schuh's avatar Andreas Schuh Committed by GitHub

fix: Typo in gflags_strip_flags_test.cmake script

parent ec4b5daa
if (NOT BINARY)
message (FATAl_ERROR "BINARY file to check not specified!")
message (FATAL_ERROR "BINARY file to check not specified!")
endif ()
file (STRINGS "${BINARY}" strings REGEX "This text should be stripped out")
if (strings)
message (FATAL_ERROR "Text not stripped from binary like it should be: ${BINARY}")
endif ()
\ No newline at end of file
endif ()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment