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:
parent
e26f53a88b
commit
145735b748
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue