From ee82c60e5ec707faa5eaa638f397dde7df820dac Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 29 Dec 2022 11:53:23 +0000 Subject: MLECO-3747: Minor changes to Catch2 inclusion Catch2, included for tests on native target, is now added using FetchContent to download it at configuration stage. Minor improvements added to prevent name clashes if this project is used as a submodule in other projects where Catch2 is already a named dependency/target. Change-Id: I6f0ff02704e54a5c4cefe499ac80d434cf89b463 Signed-off-by: Kshitij Sisodia --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 91568f8..a36d00d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ # limitations under the License. #---------------------------------------------------------------------------- cmake_minimum_required(VERSION 3.21.0) -include(ExternalProject) # Build in release mode by default if (NOT CMAKE_BUILD_TYPE STREQUAL Debug) -- cgit v1.2.1