blob: 37855fc26a6a4634a4bf7ef09963189e3c604ad3 [file] [log] [blame]
set(FOO "BAR")
if(NOT "FOO" STREQUAL "BAR")
message(FATAL_ERROR "The given literals should match")
endif()