summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/CMP0143-NEW-check.cmake
blob: 6dd042b094619e605265361fdba3c3050423df08 (plain)
1
2
3
4
5
6
getProjectNames(projects)

list(FIND projects "CMakePredefinedTargets" found)
  if(found EQUAL "-1")
    error("CMakePredefinedTargets should be defined when CMP0143 is NEW!")
endif()