Skip to content

Commit

Permalink
Remove CTest include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ktmf01 authored Apr 21, 2022
1 parent 3069cc2 commit db5c7a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db5c7a4

Please sign in to comment.