2012-09-18 15:57:07 +04:00
|
|
|
|
2013-08-13 17:46:14 +04:00
|
|
|
cmake_minimum_required(VERSION 2.8.4)
|
2012-09-18 15:57:07 +04:00
|
|
|
project(${RunCMake_TEST} CXX)
|
|
|
|
|
|
|
|
# MSVC creates extra targets which pollute the stderr unless we set this.
|
|
|
|
set(CMAKE_SUPPRESS_REGENERATION TRUE)
|
|
|
|
|
|
|
|
include(${RunCMake_TEST}.cmake)
|