mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
a865f0beb2
Specifically, this tests that setting WORKING_DIRECTORY to an invalid directory results in the test failing.
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
cmake_minimum_required(VERSION 3.11)
|
|
project(@CASE_NAME@ NONE)
|
|
include("@RunCMake_SOURCE_DIR@/@CASE_NAME@.cmake")
|