mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -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)
|
project(test_include_dirs LANGUAGES CXX)
|
||||||
include(CTest)
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
project(test_include_dirs)
|
project(test_include_dirs LANGUAGES CXX)
|
||||||
include(CTest)
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
project(test_include_dirs)
|
project(test_include_dirs LANGUAGES CXX)
|
||||||
include(CTest)
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
project(test_include_dirs)
|
project(test_include_dirs LANGUAGES CXX)
|
||||||
include(CTest)
|
|
||||||
include(GoogleTest)
|
include(GoogleTest)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|||||||
Reference in New Issue
Block a user