diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-06-12 16:04:22 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-21 11:06:39 -0400 |
commit | 02f527c66a6f9f0fa0d3fd4a816ea2bd9e3ba35f (patch) | |
tree | 91222ea7bb0386155dd7a4f673bf1164918ed5ea /Tests/RunCMake/find_file/RunCMakeTest.cmake | |
parent | f0a89149bc569020e281c5908733bf4b7eeddf15 (diff) | |
download | cmake-02f527c66a6f9f0fa0d3fd4a816ea2bd9e3ba35f.tar.gz |
Find: Provide global controls for the `NO_[]_PATH` call options
Diffstat (limited to 'Tests/RunCMake/find_file/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/find_file/RunCMakeTest.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_file/RunCMakeTest.cmake b/Tests/RunCMake/find_file/RunCMakeTest.cmake index 014f397346..9f56a570f1 100644 --- a/Tests/RunCMake/find_file/RunCMakeTest.cmake +++ b/Tests/RunCMake/find_file/RunCMakeTest.cmake @@ -1,3 +1,5 @@ include(RunCMake) +run_cmake(FromPATHEnv) +run_cmake(FromPrefixPath) run_cmake(PrefixInPATH) |