Skip to content

Commit 80f8e91

Browse files
Comment out tests in report as there are none (for now)
Signed-off-by: Mark Burton <[email protected]>
1 parent acdaa1a commit 80f8e91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

report/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ endif()
9494
target_link_libraries(${PROJECT_NAME} PUBLIC SystemC::systemc)
9595
set_target_properties(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
9696

97-
if(BUILD_TESTING AND ("${PROJECT_NAME}" STREQUAL "${CMAKE_PROJECT_NAME}"))
98-
enable_testing()
99-
add_subdirectory(tests)
100-
endif()
97+
#No tests yet. WIP.
98+
#if(BUILD_TESTING AND ("${PROJECT_NAME}" STREQUAL "${CMAKE_PROJECT_NAME}"))
99+
# enable_testing()
100+
# add_subdirectory(tests)
101+
#endif()
101102

102103
add_library("scp::report::lib${PROJECT_NAME}" ALIAS ${PROJECT_NAME})
103104
packageproject(

0 commit comments

Comments
 (0)