From db5c7a49ce7ebda47b15b78471e78fb7f2483e22 Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Thu, 21 Apr 2022 21:35:46 +0200 Subject: Remove CTest include 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 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.1