Tests/RunCMake/CPack: Enable CXX language in tests

Enable CXX language for CPack tests so that they may compile binaries if
needed.
This commit is contained in:
Domen Vrankar 2015-07-29 23:32:13 +02:00 committed by Brad King
parent e26f53a88b
commit 145735b748
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(${RunCMake_TEST} NONE)
project(${RunCMake_TEST} CXX)
include(${RunCMake_TEST}.cmake)
# include test generator specifics