mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This needlessly produces warnings during the test runs that no-one sees but that are distracting when actually inspecting the logs.
8 lines
172 B
CMake
8 lines
172 B
CMake
cmake_minimum_required (VERSION 2.8.12)
|
|
project(CTestTestSubdir)
|
|
include(CTest)
|
|
|
|
add_subdirectory(subdir)
|
|
subdirs(subdir2)
|
|
subdirs("${CTestTestSubdir_SOURCE_DIR}/subdir3")
|