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.
@@ -1,5 +1,4 @@
-project(test_include_dirs)
-include(CTest)
+project(test_include_dirs LANGUAGES CXX)
include(GoogleTest)
enable_testing()