From e6aa40742b61baaf0a50dc7e5693619066307563 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Wed, 18 Sep 2024 13:01:31 -0500 Subject: [PATCH] build: add CTest for CDash reporting --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d67a9980..ca38d640b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) project(hermes) - +include(CTest) #----------------------------------------------------------------------------- # Define Constants #----------------------------------------------------------------------------- @@ -325,4 +325,4 @@ install( ${CMAKE_INSTALL_PREFIX}/cmake ) -install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX}) \ No newline at end of file +install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})