index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CMP0057
/
CMP0057-WARN.cmake
blob: 45f53a52cffbc8e10fd45bd58d6b0c4e7ef1dbc0 (
plain
)
1
2
3
4
5
set(MY_LIST foo bar) if("foo" IN_LIST MY_LIST) message("foo is in MY_LIST") endif()