CMP0057-WARN.cmake 87 B

12345
  1. set(MY_LIST foo bar)
  2. if("foo" IN_LIST MY_LIST)
  3. message("foo is in MY_LIST")
  4. endif()