Tests: Don't ask for things not required for GoogleTest

The test cases only need C or C++, but not both. The CTest module
is also not needed because we are not running a dashboard script.
This commit is contained in:
Craig Scott
2020-06-24 21:56:26 +10:00
parent 1f47a65c7a
commit 09c38e8de6
4 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
project(test_include_dirs)
include(CTest)
project(test_include_dirs LANGUAGES CXX)
include(GoogleTest)
enable_testing()

View File

@@ -1,5 +1,4 @@
project(test_include_dirs)
include(CTest)
project(test_include_dirs LANGUAGES CXX)
include(GoogleTest)
enable_testing()

View File

@@ -1,5 +1,4 @@
project(test_include_dirs)
include(CTest)
project(test_include_dirs LANGUAGES CXX)
include(GoogleTest)
enable_testing()

View File

@@ -1,5 +1,4 @@
project(test_include_dirs)
include(CTest)
project(test_include_dirs LANGUAGES CXX)
include(GoogleTest)
enable_testing()