CMP0057-OLD.cmake 118 B

1234567
  1. cmake_policy(SET CMP0057 OLD)
  2. set(MY_LIST foo bar)
  3. if("foo" IN_LIST MY_LIST)
  4. message("foo is in MY_LIST")
  5. endif()