Update main CMakeLists

This commit is contained in:
2024-04-06 21:15:51 +02:00
parent 4b91f2bde0
commit 72ea62f783

View File

@@ -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)