summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/RunCMakeTest.cmake
blob: 54d5e9773e7a4f18684883f4ca9d1c7f33672b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include(RunCMake)

# Protect tests from running inside the default install prefix.
set(RunCMake_TEST_OPTIONS "-DCMAKE_INSTALL_PREFIX=${RunCMake_BINARY_DIR}/NotDefaultPrefix")

run_cmake(NotFoundContent)
run_cmake(DebugIncludes)
run_cmake(TID-bad-target)
run_cmake(ImportedTarget)
run_cmake(CMP0021)
run_cmake(install_config)
run_cmake(incomplete-genex)