summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-04-21 21:35:46 +0200
committerGitHub <noreply@github.com>2022-04-21 21:35:46 +0200
commitdb5c7a49ce7ebda47b15b78471e78fb7f2483e22 (patch)
tree1c68e87e98264cb5d57cbe843eda06fb863c6069
parent3069cc2bb44160982cdb21b2b8f0660c76b17572 (diff)
downloadogg-git-db5c7a49ce7ebda47b15b78471e78fb7f2483e22.tar.gz
Remove CTest includeHEADmaster
Without this include, CTest can still be run. Removing this cleans up MSVC solution explorer, as CTestDashboardTargets (Continuous, Experimental, Nightly and NightlyMemoryCheck) no longer show up
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9ab7b0..907dba8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,6 @@ project(ogg VERSION ${CMAKE_MATCH_1} LANGUAGES C)
include(GNUInstallDirs)
include(CheckIncludeFiles)
include(CMakePackageConfigHelpers)
-include(CTest)
# Build options
option(BUILD_SHARED_LIBS "Build shared library" OFF)