Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Tests / RunCMake / TargetPropertyGeneratorExpressions / CMakeLists.txt
1
2 cmake_minimum_required(VERSION 2.8.4)
3 project(${RunCMake_TEST} CXX)
4
5 # MSVC creates extra targets which pollute the stderr unless we set this.
6 set(CMAKE_SUPPRESS_REGENERATION TRUE)
7
8 include(${RunCMake_TEST}.cmake)