CMP0054-WARN.cmake 110 B

12345
  1. set(FOO "BAR")
  2. if(NOT "FOO" STREQUAL "BAR")
  3. message(FATAL_ERROR "The given literals should match")
  4. endif()