mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
772ca69f80
The RunCMake.get_filename_component test was improved to assert that each test variable outputted by get_filename_component is or is not a cache variable, as per the particular test. Signed-off-by: James Johnston <johnstonj.public@codenest.com>
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|