Skip to content

Commit

Permalink
build: add CTest for CDash reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 18, 2024
1 parent 9885373 commit e6aa407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(hermes)

include(CTest)
#-----------------------------------------------------------------------------
# Define Constants
#-----------------------------------------------------------------------------
Expand Down Expand Up @@ -325,4 +325,4 @@ install(
${CMAKE_INSTALL_PREFIX}/cmake
)

install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})
install(DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX})

0 comments on commit e6aa407

Please sign in to comment.