summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/PositionIndependentCode/CMakeLists.txt
blob: c3922d623f495f16163906eb0653bcbdd9559426 (plain)
1
2
3
4
5
6
7
8

cmake_minimum_required(VERSION 3.3)
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)