mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
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:
@@ -1,5 +1,4 @@
|
||||
project(test_include_dirs)
|
||||
include(CTest)
|
||||
project(test_include_dirs LANGUAGES CXX)
|
||||
include(GoogleTest)
|
||||
|
||||
enable_testing()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
project(test_include_dirs)
|
||||
include(CTest)
|
||||
project(test_include_dirs LANGUAGES CXX)
|
||||
include(GoogleTest)
|
||||
|
||||
enable_testing()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
project(test_include_dirs)
|
||||
include(CTest)
|
||||
project(test_include_dirs LANGUAGES CXX)
|
||||
include(GoogleTest)
|
||||
|
||||
enable_testing()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
project(test_include_dirs)
|
||||
include(CTest)
|
||||
project(test_include_dirs LANGUAGES CXX)
|
||||
include(GoogleTest)
|
||||
|
||||
enable_testing()
|
||||
|
||||
Reference in New Issue
Block a user