From 72ea62f78392127f94ddbed5e12919a5da43f9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 6 Apr 2024 21:15:51 +0200 Subject: [PATCH] Update main CMakeLists --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ddcd67..1a6a126 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,10 +7,6 @@ project(Platform LANGUAGES CXX ) -if (CODE_COVERAGE AND NOT ENABLE_TESTING) - MESSAGE(FATAL_ERROR "Code coverage requires testing enabled") -endif (CODE_COVERAGE AND NOT ENABLE_TESTING) - find_package(Torch REQUIRED) if (POLICY CMP0135)