Skip to content

Commit

Permalink
Remove unnecessary redeclaration of CTest's BUILD_TESTING option.
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmart committed Aug 18, 2023
1 parent 5005579 commit 55efb90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.10)
set (CMAKE_C_STANDARD 11)
set (CMAKE_CXX_STANDARD 17)

option(BUILD_TESTING "Enable testing" ON)

# Minimum required versions for MSVC
set (MIN_VS_TOOLSET_VERSION 142)
set (MIN_VS_PLATFORM_VERSION 10.0.18362.0)
Expand Down

0 comments on commit 55efb90

Please sign in to comment.