cmake: Disable CTest targets

This commit is contained in:
Corentin Le Molgat
2021-10-18 13:04:00 +02:00
parent 322a404ec4
commit aa387f20fb

View File

@@ -222,6 +222,8 @@ endif()
add_subdirectory(cmake/dependencies dependencies)
list(APPEND CMAKE_PREFIX_PATH ${CMAKE_CURRENT_BINARY_DIR}/dependencies/install)
# Disable CTest targets
set_property(GLOBAL PROPERTY CTEST_TARGETS_ADDED 1)
include(CTest)
# Basic type