summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/CMP0188-OLD.cmake
blob: 34d5ad4a2edf8e0f6b685c607c55a584256ec8d0 (plain)
1
2
3
4
5
6
7
cmake_policy(SET CMP0188 OLD)
set(_FindGCCXML_testing 1)
include(FindGCCXML)

if(NOT _FindGCCXML_included)
  message(FATAL_ERROR "FindGCCXML.cmake not included")
endif()