diff options
author | Brad King <brad.king@kitware.com> | 2014-05-20 14:42:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-20 15:07:51 (GMT) |
commit | 2c448dbfe762278480bfd4f8ba9f458f9a104941 (patch) | |
tree | 2f968f7d4af76e4017c4fb9eb4f9c37c624bdc83 /Tests/RunCMake/file/CMakeLists.txt | |
parent | 2d5e3d2d2bfd79311c40db173d13f6d0cfb10019 (diff) | |
download | CMake-2c448dbfe762278480bfd4f8ba9f458f9a104941.zip CMake-2c448dbfe762278480bfd4f8ba9f458f9a104941.tar.gz CMake-2c448dbfe762278480bfd4f8ba9f458f9a104941.tar.bz2 |
file: Report system error on failure to open file
Diffstat (limited to 'Tests/RunCMake/file/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/file/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/CMakeLists.txt b/Tests/RunCMake/file/CMakeLists.txt new file mode 100644 index 0000000..2897109 --- /dev/null +++ b/Tests/RunCMake/file/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.0) +project(${RunCMake_TEST} NONE) +include(${RunCMake_TEST}.cmake) |